#cfbb00

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

Shades of Bird Flower #CFBB00

Tints of Bird Flower #CFBB00

Color information

#CFBB00 (or 0xCFBB00) is unknown color: approx Bird Flower. HEX triplet: CF, BB and 00. RGB value is (207,187,0). Sum of RGB (Red+Green+Blue) = 207+187+0=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBB00 is #3044FF. Grayscale: #ACACAC. Windows color (decimal): -3163392 or 48079. OLE color: 48079.

HSL color Cylindrical-coordinate representation of color #CFBB00: hue angle of 54.2º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFBB00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB2071870-
CMYK00.1010.19
HSL54.2º100%40.59%-
HSV(B)54.2º100%81.18%-
XYZ43.548.817.13-
YUV171.6631.13153.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.54%
GREEN value IS 187 (73.44% from 255) = 47.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.54%
G=47.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207187000.1010.1954.210040.59
HexCFBB00A6413366429
Octal3172730012144236614451
Binary11001111101110110010101100100100111101101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfbb00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfbb00; }

 p { color: rgb(207,187,0); }

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

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

 a { background-color: rgb(207,187,0); }

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

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

 span { border-color: rgb(207,187,0); }

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