Html Css Color HEX #CCB900 Bird Flower

📋 copy color: '#CCB900'

red 204 ◦ green 185 ◦ blue 0

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

Shades of Bird Flower #CCB900

Tints of Bird Flower #CCB900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.56%

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

R = 52.44%
G = 47.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCB900 (or 0xCCB900) is known color: Bird Flower. HEX triplet: CC, B9 and 00. RGB value is (204,185,0). Sum of RGB (Red+Green+Blue) = 204+185+0=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB900 is #3346FF. Grayscale: #AAAAAA. Windows color (decimal): -3360512 or 47564. OLE color: 47564.

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

Color convert

RGB 204 185 0 -
CMYK 0 0.09 1 0.2
HSL 54.41º 1% 0.4% -
HSV(B) 54.41º 1% 0.8% -
XYZ 42.25 47.54 6.95 -
YUV 169.59 32.29 152.54 -
System Red Green Blue C M Y K H S L
Decimal 204 185 0 0 0.09 1 0.2 54.41 1 0.4
Hex CC B9 0 0 9 64 14 36 64 28
Octal 314 271 0 0 11 144 24 66 144 50
Binary 11001100 10111001 0 0 1001 1100100 10100 110110 1100100 101000

Color Harmonies of #CCB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB900

Black with #CCB900

Text Example


Text Example

White with #CCB900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB900; }

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

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

background-color css

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

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

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

border-color css

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

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

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