Html Css Color HEX #CCD211 Bird Flower

📋 copy color: '#CCD211'

red 204 ◦ green 210 ◦ blue 17

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

Shades of Bird Flower #CCD211

Tints of Bird Flower #CCD211

RGB

 RED value IS 204 (80.08% from 255) = 47.33%

 GREEN value IS 210 (82.42% from 255) = 48.72%

 BLUE value IS 17 (7.03% from 255) = 3.94%

R = 47.33%
G = 48.72%
B = 3.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#CCD211 (or 0xCCD211) is known color: Bird Flower. HEX triplet: CC, D2 and 11. RGB value is (204,210,17). Sum of RGB (Red+Green+Blue) = 204+210+17=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD211 is #332DEE. Grayscale: #BABABA. Windows color (decimal): -3354095 or 1168076. OLE color: 1168076.

HSL color Cylindrical-coordinate representation of color #CCD211: hue angle of 61.87º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCD211 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 17 -
CMYK 0.03 0 0.92 0.18
HSL 61.87º 0.85% 0.45% -
HSV(B) 61.87º 0.92% 0.82% -
XYZ 48.05 58.97 9.38 -
YUV 186.2 32.51 140.69 -
System Red Green Blue C M Y K H S L
Decimal 204 210 17 0.03 0 0.92 0.18 61.87 0.85 0.45
Hex CC D2 11 3 0 5C 12 3E 55 2D
Octal 314 322 21 3 0 134 22 76 125 55
Binary 11001100 11010010 10001 11 0 1011100 10010 111110 1010101 101101

Color Harmonies of #CCD211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD211

Black with #CCD211

Text Example


Text Example

White with #CCD211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD211; }

 p { color: rgb(204,210,17); }

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

background-color css

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

 a { background-color: rgb(204,210,17); }

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

border-color css

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

 span { border-color: rgb(204,210,17); }

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