Html Css Color HEX #CCB300 Bird Flower

📋 copy color: '#CCB300'

red 204 ◦ green 179 ◦ blue 0

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

Shades of Bird Flower #CCB300

Tints of Bird Flower #CCB300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.26%
G = 46.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCB300 (or 0xCCB300) is known color: Bird Flower. HEX triplet: CC, B3 and 00. RGB value is (204,179,0). Sum of RGB (Red+Green+Blue) = 204+179+0=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB300 is #334CFF. Grayscale: #A6A6A6. Windows color (decimal): -3362048 or 46028. OLE color: 46028.

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

Color convert

RGB 204 179 0 -
CMYK 0 0.12 1 0.2
HSL 52.65º 1% 0.4% -
HSV(B) 52.65º 1% 0.8% -
XYZ 41.02 45.08 6.54 -
YUV 166.07 34.28 155.05 -
System Red Green Blue C M Y K H S L
Decimal 204 179 0 0 0.12 1 0.2 52.65 1 0.4
Hex CC B3 0 0 C 64 14 35 64 28
Octal 314 263 0 0 14 144 24 65 144 50
Binary 11001100 10110011 0 0 1100 1100100 10100 110101 1100100 101000

Color Harmonies of #CCB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB300

Black with #CCB300

Text Example


Text Example

White with #CCB300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB300; }

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

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

background-color css

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

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

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

border-color css

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

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

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