Html Css Color HEX #CCD10C Bird Flower

📋 copy color: '#CCD10C'

red 204 ◦ green 209 ◦ blue 12

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

Shades of Bird Flower #CCD10C

Tints of Bird Flower #CCD10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.82%

R = 48%
G = 49.18%
B = 2.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#CCD10C (or 0xCCD10C) is known color: Bird Flower. HEX triplet: CC, D1 and 0C. RGB value is (204,209,12). Sum of RGB (Red+Green+Blue) = 204+209+12=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD10C is #332EF3. Grayscale: #B9B9B9. Windows color (decimal): -3354356 or 840140. OLE color: 840140.

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

Color convert

RGB 204 209 12 -
CMYK 0.02 0 0.94 0.18
HSL 61.52º 0.89% 0.43% -
HSV(B) 61.52º 0.94% 0.82% -
XYZ 47.77 58.46 9.11 -
YUV 185.05 30.34 141.52 -
System Red Green Blue C M Y K H S L
Decimal 204 209 12 0.02 0 0.94 0.18 61.52 0.89 0.43
Hex CC D1 C 2 0 5E 12 3E 59 2B
Octal 314 321 14 2 0 136 22 76 131 53
Binary 11001100 11010001 1100 10 0 1011110 10010 111110 1011001 101011

Color Harmonies of #CCD10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD10C

Black with #CCD10C

Text Example


Text Example

White with #CCD10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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