#CCBF08

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

Shades of Bird Flower #CCBF08

Tints of Bird Flower #CCBF08

Color information

#CCBF08 (or 0xCCBF08) is unknown color: approx Bird Flower. HEX triplet: CC, BF and 08. RGB value is (204,191,8). Sum of RGB (Red+Green+Blue) = 204+191+8=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBF08 is #3340F7. Grayscale: #AEAEAE. Windows color (decimal): -3358968 or 573388. OLE color: 573388.

HSL color Cylindrical-coordinate representation of color #CCBF08: hue angle of 56.02º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCBF08 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB2041918-
CMYK00.060.960.2
HSL56.02º92.45%41.57%-
HSV(B)56.02º96.08%80%-
XYZ43.5850.127.61-
YUV174.0234.31149.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.62%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 8 (3.52% from 255) = 1.99%
R=50.62%
G=47.39%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.96
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204191800.060.960.256.0292.4541.57
HexCCBF8066014385c2a
Octal3142771006140247013452
Binary1100110010111111100001101100000101001110001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF08; }

 p { color: rgb(204,191,8); }

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

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

 a { background-color: rgb(204,191,8); }

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

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

 span { border-color: rgb(204,191,8); }

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