Html Css Color HEX #CCB100 Bird Flower

📋 copy color: '#CCB100'

red 204 ◦ green 177 ◦ blue 0

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

Shades of Bird Flower #CCB100

Tints of Bird Flower #CCB100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.46%

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

R = 53.54%
G = 46.46%
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

#CCB100 (or 0xCCB100) is known color: Bird Flower. HEX triplet: CC, B1 and 00. RGB value is (204,177,0). Sum of RGB (Red+Green+Blue) = 204+177+0=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB100 is #334EFF. Grayscale: #A5A5A5. Windows color (decimal): -3362560 or 45516. OLE color: 45516.

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

Color convert

RGB 204 177 0 -
CMYK 0 0.13 1 0.2
HSL 52.06º 1% 0.4% -
HSV(B) 52.06º 1% 0.8% -
XYZ 40.62 44.28 6.41 -
YUV 164.9 34.95 155.89 -
System Red Green Blue C M Y K H S L
Decimal 204 177 0 0 0.13 1 0.2 52.06 1 0.4
Hex CC B1 0 0 D 64 14 34 64 28
Octal 314 261 0 0 15 144 24 64 144 50
Binary 11001100 10110001 0 0 1101 1100100 10100 110100 1100100 101000

Color Harmonies of #CCB100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB100

Black with #CCB100

Text Example


Text Example

White with #CCB100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB100; }

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

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

background-color css

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

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

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

border-color css

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

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

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