#CCB81B

Color #CCB81B Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CCB81B

Tints of Bird Flower #CCB81B

Color information

#CCB81B (or 0xCCB81B) is unknown color: approx Bird Flower. HEX triplet: CC, B8 and 1B. RGB value is (204,184,27). Sum of RGB (Red+Green+Blue) = 204+184+27=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB81B is #3347E4. Grayscale: #ACACAC. Windows color (decimal): -3360741 or 1816780. OLE color: 1816780.

HSL color Cylindrical-coordinate representation of color #CCB81B: hue angle of 53.22º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCB81B is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB20418427-
CMYK00.100.870.2
HSL53.22º76.62%45.29%-
HSV(B)53.22º86.76%80%-
XYZ42.2447.27.92-
YUV172.0846.13150.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.16%
GREEN value IS 184 (72.27% from 255) = 44.34%
BLUE value IS 27 (10.94% from 255) = 6.51%
R=49.16%
G=44.34%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041842700.100.870.253.2276.6245.29
HexCCB81B0A5714354d2d
Octal31427033012127246511555
Binary110011001011100011011010101010111101001101011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB81B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB81B; }

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

 H1.HeaderClassName
 {
   color: #CCB81B;
 }
 .AnyTagClassName
 {
   color: #CCB81B;
 }
</style>
background-color css

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

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

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

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

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

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