Html Css Color HEX #CCD410 Bird Flower

📋 copy color: '#CCD410'

red 204 ◦ green 212 ◦ blue 16

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

Shades of Bird Flower #CCD410

Tints of Bird Flower #CCD410

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.07%

 BLUE value IS 16 (6.64% from 255) = 3.7%

R = 47.22%
G = 49.07%
B = 3.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#CCD410 (or 0xCCD410) is known color: Bird Flower. HEX triplet: CC, D4 and 10. RGB value is (204,212,16). Sum of RGB (Red+Green+Blue) = 204+212+16=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD410 is #332BEF. Grayscale: #BCBCBC. Windows color (decimal): -3353584 or 1103052. OLE color: 1103052.

HSL color Cylindrical-coordinate representation of color #CCD410: hue angle of 62.45º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCD410 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 16 -
CMYK 0.04 0 0.92 0.17
HSL 62.45º 0.86% 0.45% -
HSV(B) 62.45º 0.92% 0.83% -
XYZ 48.54 59.96 9.51 -
YUV 187.26 31.35 139.94 -
System Red Green Blue C M Y K H S L
Decimal 204 212 16 0.04 0 0.92 0.17 62.45 0.86 0.45
Hex CC D4 10 4 0 5C 11 3E 56 2D
Octal 314 324 20 4 0 134 21 76 126 55
Binary 11001100 11010100 10000 100 0 1011100 10001 111110 1010110 101101

Color Harmonies of #CCD410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD410

Black with #CCD410

Text Example


Text Example

White with #CCD410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD410; }

 p { color: rgb(204,212,16); }

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

background-color css

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

 a { background-color: rgb(204,212,16); }

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

border-color css

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

 span { border-color: rgb(204,212,16); }

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