Html Css Color HEX #CDD012 Bird Flower

📋 copy color: '#CDD012'

red 205 ◦ green 208 ◦ blue 18

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

Shades of Bird Flower #CDD012

Tints of Bird Flower #CDD012

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.26%

 BLUE value IS 18 (7.42% from 255) = 4.18%

R = 47.56%
G = 48.26%
B = 4.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#CDD012 (or 0xCDD012) is known color: Bird Flower. HEX triplet: CD, D0 and 12. RGB value is (205,208,18). Sum of RGB (Red+Green+Blue) = 205+208+18=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD012 is #322FED. Grayscale: #BABABA. Windows color (decimal): -3289070 or 1233101. OLE color: 1233101.

HSL color Cylindrical-coordinate representation of color #CDD012: hue angle of 60.95º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDD012 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 208 18 -
CMYK 0.01 0 0.91 0.18
HSL 60.95º 0.84% 0.44% -
HSV(B) 60.95º 0.91% 0.82% -
XYZ 47.84 58.13 9.27 -
YUV 185.44 33.51 141.95 -
System Red Green Blue C M Y K H S L
Decimal 205 208 18 0.01 0 0.91 0.18 60.95 0.84 0.44
Hex CD D0 12 1 0 5B 12 3D 54 2C
Octal 315 320 22 1 0 133 22 75 124 54
Binary 11001101 11010000 10010 1 0 1011011 10010 111101 1010100 101100

Color Harmonies of #CDD012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD012

Black with #CDD012

Text Example


Text Example

White with #CDD012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD012; }

 p { color: rgb(205,208,18); }

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

background-color css

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

 a { background-color: rgb(205,208,18); }

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

border-color css

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

 span { border-color: rgb(205,208,18); }

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