Html Css Color HEX #CCD807 Bird Flower

📋 copy color: '#CCD807'

red 204 ◦ green 216 ◦ blue 7

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

Shades of Bird Flower #CCD807

Tints of Bird Flower #CCD807

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.59%

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

R = 47.78%
G = 50.59%
B = 1.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#CCD807 (or 0xCCD807) is known color: Bird Flower. HEX triplet: CC, D8 and 07. RGB value is (204,216,7). Sum of RGB (Red+Green+Blue) = 204+216+7=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 216 (84.77% from 255 or 50.59% from 427); Blue value is 7 (3.12% from 255 or 1.64% from 427); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD807 is #3327F8. Grayscale: #BDBDBD. Windows color (decimal): -3352569 or 514252. OLE color: 514252.

HSL color Cylindrical-coordinate representation of color #CCD807: hue angle of 63.44º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCD807 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 7 -
CMYK 0.06 0 0.97 0.15
HSL 63.44º 0.94% 0.44% -
HSV(B) 63.44º 0.97% 0.85% -
XYZ 49.5 61.96 9.55 -
YUV 188.59 25.52 138.99 -
System Red Green Blue C M Y K H S L
Decimal 204 216 7 0.06 0 0.97 0.15 63.44 0.94 0.44
Hex CC D8 7 6 0 61 F 3F 5E 2C
Octal 314 330 7 6 0 141 17 77 136 54
Binary 11001100 11011000 111 110 0 1100001 1111 111111 1011110 101100

Color Harmonies of #CCD807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD807

Black with #CCD807

Text Example


Text Example

White with #CCD807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD807; }

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

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

background-color css

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

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

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

border-color css

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

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

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