Html Css Color HEX #CCD111 Bird Flower

📋 copy color: '#CCD111'

red 204 ◦ green 209 ◦ blue 17

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

Shades of Bird Flower #CCD111

Tints of Bird Flower #CCD111

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.6%

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

R = 47.44%
G = 48.6%
B = 3.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#CCD111 (or 0xCCD111) is known color: Bird Flower. HEX triplet: CC, D1 and 11. RGB value is (204,209,17). Sum of RGB (Red+Green+Blue) = 204+209+17=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD111 is #332EEE. Grayscale: #BABABA. Windows color (decimal): -3354351 or 1167820. OLE color: 1167820.

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

Color convert

RGB 204 209 17 -
CMYK 0.02 0 0.92 0.18
HSL 61.56º 0.85% 0.44% -
HSV(B) 61.56º 0.92% 0.82% -
XYZ 47.8 58.48 9.3 -
YUV 185.62 32.84 141.11 -
System Red Green Blue C M Y K H S L
Decimal 204 209 17 0.02 0 0.92 0.18 61.56 0.85 0.44
Hex CC D1 11 2 0 5C 12 3E 55 2C
Octal 314 321 21 2 0 134 22 76 125 54
Binary 11001100 11010001 10001 10 0 1011100 10010 111110 1010101 101100

Color Harmonies of #CCD111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD111

Black with #CCD111

Text Example


Text Example

White with #CCD111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD111; }

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

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

background-color css

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

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

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

border-color css

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

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

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