Html Css Color HEX #CCC308 Bird Flower

📋 copy color: '#CCC308'

red 204 ◦ green 195 ◦ blue 8

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

Shades of Bird Flower #CCC308

Tints of Bird Flower #CCC308

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.91%

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

R = 50.12%
G = 47.91%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCC308 (or 0xCCC308) is known color: Bird Flower. HEX triplet: CC, C3 and 08. RGB value is (204,195,8). Sum of RGB (Red+Green+Blue) = 204+195+8=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC308 is #333CF7. Grayscale: #B1B1B1. Windows color (decimal): -3357944 or 574412. OLE color: 574412.

HSL color Cylindrical-coordinate representation of color #CCC308: hue angle of 57.24º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCC308 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 8 -
CMYK 0 0.04 0.96 0.2
HSL 57.24º 0.92% 0.42% -
HSV(B) 57.24º 0.96% 0.8% -
XYZ 44.46 51.89 7.9 -
YUV 176.37 32.98 147.71 -
System Red Green Blue C M Y K H S L
Decimal 204 195 8 0 0.04 0.96 0.2 57.24 0.92 0.42
Hex CC C3 8 0 4 60 14 39 5C 2A
Octal 314 303 10 0 4 140 24 71 134 52
Binary 11001100 11000011 1000 0 100 1100000 10100 111001 1011100 101010

Color Harmonies of #CCC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC308

Black with #CCC308

Text Example


Text Example

White with #CCC308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC308; }

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

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

background-color css

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

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

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

border-color css

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

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

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