Html Css Color HEX #CCD407 Bird Flower

📋 copy color: '#CCD407'

red 204 ◦ green 212 ◦ blue 7

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

Shades of Bird Flower #CCD407

Tints of Bird Flower #CCD407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.65%

R = 48.23%
G = 50.12%
B = 1.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#CCD407 (or 0xCCD407) is known color: Bird Flower. HEX triplet: CC, D4 and 07. RGB value is (204,212,7). Sum of RGB (Red+Green+Blue) = 204+212+7=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 7 (3.12% from 255 or 1.65% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD407 is #332BF8. Grayscale: #BBBBBB. Windows color (decimal): -3353593 or 513228. OLE color: 513228.

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

Color convert

RGB 204 212 7 -
CMYK 0.04 0 0.97 0.17
HSL 62.34º 0.94% 0.43% -
HSV(B) 62.34º 0.97% 0.83% -
XYZ 48.48 59.94 9.22 -
YUV 186.24 26.85 140.67 -
System Red Green Blue C M Y K H S L
Decimal 204 212 7 0.04 0 0.97 0.17 62.34 0.94 0.43
Hex CC D4 7 4 0 61 11 3E 5E 2B
Octal 314 324 7 4 0 141 21 76 136 53
Binary 11001100 11010100 111 100 0 1100001 10001 111110 1011110 101011

Color Harmonies of #CCD407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD407

Black with #CCD407

Text Example


Text Example

White with #CCD407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD407; }

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

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

background-color css

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

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

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

border-color css

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

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

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