Html Css Color HEX #CCB302 Bird Flower

📋 copy color: '#CCB302'

red 204 ◦ green 179 ◦ blue 2

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

Shades of Bird Flower #CCB302

Tints of Bird Flower #CCB302

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.49%

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

R = 52.99%
G = 46.49%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCB302 (or 0xCCB302) is known color: Bird Flower. HEX triplet: CC, B3 and 02. RGB value is (204,179,2). Sum of RGB (Red+Green+Blue) = 204+179+2=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB302 is #334CFD. Grayscale: #A7A7A7. Windows color (decimal): -3362046 or 177100. OLE color: 177100.

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

Color convert

RGB 204 179 2 -
CMYK 0 0.12 0.99 0.2
HSL 52.57º 0.98% 0.4% -
HSV(B) 52.57º 0.99% 0.8% -
XYZ 41.03 45.08 6.6 -
YUV 166.3 35.28 154.89 -
System Red Green Blue C M Y K H S L
Decimal 204 179 2 0 0.12 0.99 0.2 52.57 0.98 0.4
Hex CC B3 2 0 C 63 14 35 62 28
Octal 314 263 2 0 14 143 24 65 142 50
Binary 11001100 10110011 10 0 1100 1100011 10100 110101 1100010 101000

Color Harmonies of #CCB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB302

Black with #CCB302

Text Example


Text Example

White with #CCB302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB302; }

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

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

background-color css

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

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

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

border-color css

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

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

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