Html Css Color HEX #CCD708 Bird Flower

📋 copy color: '#CCD708'

red 204 ◦ green 215 ◦ blue 8

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

Shades of Bird Flower #CCD708

Tints of Bird Flower #CCD708

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.35%

 BLUE value IS 8 (3.52% from 255) = 1.87%

R = 47.78%
G = 50.35%
B = 1.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#CCD708 (or 0xCCD708) is known color: Bird Flower. HEX triplet: CC, D7 and 08. RGB value is (204,215,8). Sum of RGB (Red+Green+Blue) = 204+215+8=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 8 (3.52% from 255 or 1.87% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD708 is #3328F7. Grayscale: #BCBCBC. Windows color (decimal): -3352824 or 579532. OLE color: 579532.

HSL color Cylindrical-coordinate representation of color #CCD708: hue angle of 63.19º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCD708 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 8 -
CMYK 0.05 0 0.96 0.16
HSL 63.19º 0.93% 0.44% -
HSV(B) 63.19º 0.96% 0.84% -
XYZ 49.25 61.46 9.5 -
YUV 188.11 26.36 139.33 -
System Red Green Blue C M Y K H S L
Decimal 204 215 8 0.05 0 0.96 0.16 63.19 0.93 0.44
Hex CC D7 8 5 0 60 10 3F 5D 2C
Octal 314 327 10 5 0 140 20 77 135 54
Binary 11001100 11010111 1000 101 0 1100000 10000 111111 1011101 101100

Color Harmonies of #CCD708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD708

Black with #CCD708

Text Example


Text Example

White with #CCD708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD708; }

 p { color: rgb(204,215,8); }

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

background-color css

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

 a { background-color: rgb(204,215,8); }

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

border-color css

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

 span { border-color: rgb(204,215,8); }

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