Html Css Color HEX #CDD70E Bird Flower

📋 copy color: '#CDD70E'

red 205 ◦ green 215 ◦ blue 14

#CDD70E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CDD70E

Tints of Bird Flower #CDD70E

RGB

 RED value IS 205 (80.47% from 255) = 47.24%

 GREEN value IS 215 (84.38% from 255) = 49.54%

 BLUE value IS 14 (5.86% from 255) = 3.23%

R = 47.24%
G = 49.54%
B = 3.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDD70E (or 0xCDD70E) is known color: Bird Flower. HEX triplet: CD, D7 and 0E. RGB value is (205,215,14). Sum of RGB (Red+Green+Blue) = 205+215+14=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD70E is #3228F1. Grayscale: #BDBDBD. Windows color (decimal): -3287282 or 972749. OLE color: 972749.

HSL color Cylindrical-coordinate representation of color #CDD70E: hue angle of 62.99º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDD70E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 215 14 -
CMYK 0.05 0 0.93 0.16
HSL 62.99º 0.88% 0.45% -
HSV(B) 62.99º 0.93% 0.84% -
XYZ 49.56 61.61 9.7 -
YUV 189.1 29.19 139.34 -
System Red Green Blue C M Y K H S L
Decimal 205 215 14 0.05 0 0.93 0.16 62.99 0.88 0.45
Hex CD D7 E 5 0 5D 10 3F 58 2D
Octal 315 327 16 5 0 135 20 77 130 55
Binary 11001101 11010111 1110 101 0 1011101 10000 111111 1011000 101101

Color Harmonies of #CDD70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD70E

Black with #CDD70E

Text Example


Text Example

White with #CDD70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD70E; }

 p { color: rgb(205,215,14); }

 H1.HeaderClassName
 {
   color: #CDD70E;
 }
 .AnyTagClassName
 {
   color: #CDD70E;
 }
</style>

background-color css

<style>
 a { background-color: #CDD70E; }

 a { background-color: rgb(205,215,14); }

 div.DivClassName
 {
   background-color: #CDD70E;
 }
 .BgClassName
 {
   background-color: #CDD70E;
 }
</style>

border-color css

<style>
 span { border-color: #CDD70E; }

 span { border-color: rgb(205,215,14); }

 td.TdClassName
 {
   border-color: #CDD70E;
 }
 .TagClassName
 {
   border-color: #CDD70E;
 }
</style>