Html Css Color HEX #CCC302 Bird Flower

📋 copy color: '#CCC302'

red 204 ◦ green 195 ◦ blue 2

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

Shades of Bird Flower #CCC302

Tints of Bird Flower #CCC302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 50.87%
G = 48.63%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCC302 (or 0xCCC302) is known color: Bird Flower. HEX triplet: CC, C3 and 02. RGB value is (204,195,2). Sum of RGB (Red+Green+Blue) = 204+195+2=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC302 is #333CFD. Grayscale: #B0B0B0. Windows color (decimal): -3357950 or 181196. OLE color: 181196.

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

Color convert

RGB 204 195 2 -
CMYK 0 0.04 0.99 0.2
HSL 57.33º 0.98% 0.4% -
HSV(B) 57.33º 0.99% 0.8% -
XYZ 44.43 51.87 7.73 -
YUV 175.69 29.98 148.19 -
System Red Green Blue C M Y K H S L
Decimal 204 195 2 0 0.04 0.99 0.2 57.33 0.98 0.4
Hex CC C3 2 0 4 63 14 39 62 28
Octal 314 303 2 0 4 143 24 71 142 50
Binary 11001100 11000011 10 0 100 1100011 10100 111001 1100010 101000

Color Harmonies of #CCC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC302

Black with #CCC302

Text Example


Text Example

White with #CCC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC302; }

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

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

background-color css

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

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

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

border-color css

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

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

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