#CCB71B

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

Shades of Bird Flower #CCB71B

Tints of Bird Flower #CCB71B

Color information

#CCB71B (or 0xCCB71B) is unknown color: approx Bird Flower. HEX triplet: CC, B7 and 1B. RGB value is (204,183,27). Sum of RGB (Red+Green+Blue) = 204+183+27=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB71B is #3348E4. Grayscale: #ACACAC. Windows color (decimal): -3360997 or 1816524. OLE color: 1816524.

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

Color convert

RGB20418327-
CMYK00.100.870.2
HSL52.88º76.62%45.29%-
HSV(B)52.88º86.76%80%-
XYZ42.0346.787.85-
YUV171.4946.46151.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 183 (71.88% from 255) = 44.20%
BLUE value IS 27 (10.94% from 255) = 6.52%
R=49.28%
G=44.20%
B=6.52%

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
Decimal2041832700.100.870.252.8876.6245.29
HexCCB71B0A5714354d2d
Octal31426733012127246511555
Binary110011001011011111011010101010111101001101011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB71B; }

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

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

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

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

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

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

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

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