Html Css Color HEX #CCD112 Bird Flower

📋 copy color: '#CCD112'

red 204 ◦ green 209 ◦ blue 18

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

Shades of Bird Flower #CCD112

Tints of Bird Flower #CCD112

RGB

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

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

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

R = 47.33%
G = 48.49%
B = 4.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#CCD112 (or 0xCCD112) is known color: Bird Flower. HEX triplet: CC, D1 and 12. RGB value is (204,209,18). Sum of RGB (Red+Green+Blue) = 204+209+18=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD112 is #332EED. Grayscale: #BABABA. Windows color (decimal): -3354350 or 1233356. OLE color: 1233356.

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

Color convert

RGB 204 209 18 -
CMYK 0.02 0 0.91 0.18
HSL 61.57º 0.84% 0.45% -
HSV(B) 61.57º 0.91% 0.82% -
XYZ 47.81 58.48 9.34 -
YUV 185.73 33.34 141.03 -
System Red Green Blue C M Y K H S L
Decimal 204 209 18 0.02 0 0.91 0.18 61.57 0.84 0.45
Hex CC D1 12 2 0 5B 12 3E 54 2D
Octal 314 321 22 2 0 133 22 76 124 55
Binary 11001100 11010001 10010 10 0 1011011 10010 111110 1010100 101101

Color Harmonies of #CCD112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD112

Black with #CCD112

Text Example


Text Example

White with #CCD112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD112; }

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

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

background-color css

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

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

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

border-color css

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

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

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