Html Css Color HEX #CCD308 Bird Flower

📋 copy color: '#CCD308'

red 204 ◦ green 211 ◦ blue 8

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

Shades of Bird Flower #CCD308

Tints of Bird Flower #CCD308

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.88%

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

R = 48.23%
G = 49.88%
B = 1.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#CCD308 (or 0xCCD308) is known color: Bird Flower. HEX triplet: CC, D3 and 08. RGB value is (204,211,8). Sum of RGB (Red+Green+Blue) = 204+211+8=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD308 is #332CF7. Grayscale: #BABABA. Windows color (decimal): -3353848 or 578508. OLE color: 578508.

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

Color convert

RGB 204 211 8 -
CMYK 0.03 0 0.96 0.17
HSL 62.07º 0.93% 0.43% -
HSV(B) 62.07º 0.96% 0.83% -
XYZ 48.24 59.44 9.16 -
YUV 185.77 27.68 141.01 -
System Red Green Blue C M Y K H S L
Decimal 204 211 8 0.03 0 0.96 0.17 62.07 0.93 0.43
Hex CC D3 8 3 0 60 11 3E 5D 2B
Octal 314 323 10 3 0 140 21 76 135 53
Binary 11001100 11010011 1000 11 0 1100000 10001 111110 1011101 101011

Color Harmonies of #CCD308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD308

Black with #CCD308

Text Example


Text Example

White with #CCD308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD308; }

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

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

background-color css

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

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

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

border-color css

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

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

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