#CBBD07

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

Shades of Bird Flower #CBBD07

Tints of Bird Flower #CBBD07

Color information

#CBBD07 (or 0xCBBD07) is unknown color: approx Bird Flower. HEX triplet: CB, BD and 07. RGB value is (203,189,7). Sum of RGB (Red+Green+Blue) = 203+189+7=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBD07 is #3442F8. Grayscale: #ADADAD. Windows color (decimal): -3425017 or 507339. OLE color: 507339.

HSL color Cylindrical-coordinate representation of color #CBBD07: hue angle of 55.71º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBBD07 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB2031897-
CMYK00.070.970.20
HSL55.71º93.33%41.18%-
HSV(B)55.71º96.55%79.61%-
XYZ42.8649.117.42-
YUV172.4434.64149.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 189 (74.22% from 255) = 47.37%
BLUE value IS 7 (3.12% from 255) = 1.75%
R=50.88%
G=47.37%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203189700.070.970.2055.7193.3341.18
HexCBBD7076114385d29
Octal313275707141247013551
Binary110010111011110111101111100001101001110001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD07; }

 p { color: rgb(203,189,7); }

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

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

 a { background-color: rgb(203,189,7); }

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

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

 span { border-color: rgb(203,189,7); }

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