Html Css Color HEX #CCB200 Bird Flower

📋 copy color: '#CCB200'

red 204 ◦ green 178 ◦ blue 0

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

Shades of Bird Flower #CCB200

Tints of Bird Flower #CCB200

RGB

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

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

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

R = 53.4%
G = 46.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCB200 (or 0xCCB200) is known color: Bird Flower. HEX triplet: CC, B2 and 00. RGB value is (204,178,0). Sum of RGB (Red+Green+Blue) = 204+178+0=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB200 is #334DFF. Grayscale: #A6A6A6. Windows color (decimal): -3362304 or 45772. OLE color: 45772.

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

Color convert

RGB 204 178 0 -
CMYK 0 0.13 1 0.2
HSL 52.35º 1% 0.4% -
HSV(B) 52.35º 1% 0.8% -
XYZ 40.82 44.68 6.47 -
YUV 165.48 34.61 155.47 -
System Red Green Blue C M Y K H S L
Decimal 204 178 0 0 0.13 1 0.2 52.35 1 0.4
Hex CC B2 0 0 D 64 14 34 64 28
Octal 314 262 0 0 15 144 24 64 144 50
Binary 11001100 10110010 0 0 1101 1100100 10100 110100 1100100 101000

Color Harmonies of #CCB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB200

Black with #CCB200

Text Example


Text Example

White with #CCB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB200; }

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

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

background-color css

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

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

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

border-color css

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

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

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