Html Css Color HEX #CCB802 Bird Flower

📋 copy color: '#CCB802'

red 204 ◦ green 184 ◦ blue 2

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

Shades of Bird Flower #CCB802

Tints of Bird Flower #CCB802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.18%

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

R = 52.31%
G = 47.18%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCB802 (or 0xCCB802) is known color: Bird Flower. HEX triplet: CC, B8 and 02. RGB value is (204,184,2). Sum of RGB (Red+Green+Blue) = 204+184+2=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB802 is #3347FD. Grayscale: #A9A9A9. Windows color (decimal): -3360766 or 178380. OLE color: 178380.

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

Color convert

RGB 204 184 2 -
CMYK 0 0.10 0.99 0.2
HSL 54.06º 0.98% 0.4% -
HSV(B) 54.06º 0.99% 0.8% -
XYZ 42.05 47.12 6.94 -
YUV 169.23 33.63 152.8 -
System Red Green Blue C M Y K H S L
Decimal 204 184 2 0 0.10 0.99 0.2 54.06 0.98 0.4
Hex CC B8 2 0 A 63 14 36 62 28
Octal 314 270 2 0 12 143 24 66 142 50
Binary 11001100 10111000 10 0 1010 1100011 10100 110110 1100010 101000

Color Harmonies of #CCB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB802

Black with #CCB802

Text Example


Text Example

White with #CCB802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB802; }

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

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

background-color css

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

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

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

border-color css

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

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

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