Html Css Color HEX #CCC902 Bird Flower

📋 copy color: '#CCC902'

red 204 ◦ green 201 ◦ blue 2

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

Shades of Bird Flower #CCC902

Tints of Bird Flower #CCC902

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.39%

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

R = 50.12%
G = 49.39%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCC902 (or 0xCCC902) is known color: Bird Flower. HEX triplet: CC, C9 and 02. RGB value is (204,201,2). Sum of RGB (Red+Green+Blue) = 204+201+2=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC902 is #3336FD. Grayscale: #B4B4B4. Windows color (decimal): -3356414 or 182732. OLE color: 182732.

HSL color Cylindrical-coordinate representation of color #CCC902: hue angle of 59.11º 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 #CCC902 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 2 -
CMYK 0 0.01 0.99 0.2
HSL 59.11º 0.98% 0.4% -
HSV(B) 59.11º 0.99% 0.8% -
XYZ 45.8 54.62 8.19 -
YUV 179.21 27.99 145.68 -
System Red Green Blue C M Y K H S L
Decimal 204 201 2 0 0.01 0.99 0.2 59.11 0.98 0.4
Hex CC C9 2 0 1 63 14 3B 62 28
Octal 314 311 2 0 1 143 24 73 142 50
Binary 11001100 11001001 10 0 1 1100011 10100 111011 1100010 101000

Color Harmonies of #CCC902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC902

Black with #CCC902

Text Example


Text Example

White with #CCC902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC902; }

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

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

background-color css

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

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

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

border-color css

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

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

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