Html Css Color HEX #CCB800 Bird Flower

📋 copy color: '#CCB800'

red 204 ◦ green 184 ◦ blue 0

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

Shades of Bird Flower #CCB800

Tints of Bird Flower #CCB800

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.42%

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

R = 52.58%
G = 47.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCB800 (or 0xCCB800) is known color: Bird Flower. HEX triplet: CC, B8 and 00. RGB value is (204,184,0). Sum of RGB (Red+Green+Blue) = 204+184+0=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB800 is #3347FF. Grayscale: #A9A9A9. Windows color (decimal): -3360768 or 47308. OLE color: 47308.

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

Color convert

RGB 204 184 0 -
CMYK 0 0.10 1 0.2
HSL 54.12º 1% 0.4% -
HSV(B) 54.12º 1% 0.8% -
XYZ 42.04 47.12 6.88 -
YUV 169 32.63 152.96 -
System Red Green Blue C M Y K H S L
Decimal 204 184 0 0 0.10 1 0.2 54.12 1 0.4
Hex CC B8 0 0 A 64 14 36 64 28
Octal 314 270 0 0 12 144 24 66 144 50
Binary 11001100 10111000 0 0 1010 1100100 10100 110110 1100100 101000

Color Harmonies of #CCB800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB800

Black with #CCB800

Text Example


Text Example

White with #CCB800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB800; }

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

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

background-color css

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

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

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

border-color css

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

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

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