Html Css Color HEX #CCB202 Bird Flower

📋 copy color: '#CCB202'

red 204 ◦ green 178 ◦ blue 2

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

Shades of Bird Flower #CCB202

Tints of Bird Flower #CCB202

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.35%

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

R = 53.13%
G = 46.35%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCB202 (or 0xCCB202) is known color: Bird Flower. HEX triplet: CC, B2 and 02. RGB value is (204,178,2). Sum of RGB (Red+Green+Blue) = 204+178+2=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB202 is #334DFD. Grayscale: #A6A6A6. Windows color (decimal): -3362302 or 176844. OLE color: 176844.

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

Color convert

RGB 204 178 2 -
CMYK 0 0.13 0.99 0.2
HSL 52.28º 0.98% 0.4% -
HSV(B) 52.28º 0.99% 0.8% -
XYZ 40.83 44.68 6.53 -
YUV 165.71 35.61 155.31 -
System Red Green Blue C M Y K H S L
Decimal 204 178 2 0 0.13 0.99 0.2 52.28 0.98 0.4
Hex CC B2 2 0 D 63 14 34 62 28
Octal 314 262 2 0 15 143 24 64 142 50
Binary 11001100 10110010 10 0 1101 1100011 10100 110100 1100010 101000

Color Harmonies of #CCB202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB202

Black with #CCB202

Text Example


Text Example

White with #CCB202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB202; }

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

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

background-color css

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

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

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

border-color css

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

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

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