#CBB723

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

Shades of Bird Flower #CBB723

Tints of Bird Flower #CBB723

Color information

#CBB723 (or 0xCBB723) is unknown color: approx Bird Flower. HEX triplet: CB, B7 and 23. RGB value is (203,183,35). Sum of RGB (Red+Green+Blue) = 203+183+35=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB723 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB723 is #3448DC. Grayscale: #ACACAC. Windows color (decimal): -3426525 or 2340811. OLE color: 2340811.

HSL color Cylindrical-coordinate representation of color #CBB723: hue angle of 52.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBB723 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB20318335-
CMYK00.100.830.20
HSL52.86º70.59%46.67%-
HSV(B)52.86º82.76%79.61%-
XYZ41.8746.688.39-
YUV172.1150.63150.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 183 (71.88% from 255) = 43.47%
BLUE value IS 35 (14.06% from 255) = 8.31%
R=48.22%
G=43.47%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031833500.100.830.2052.8670.5946.67
HexCBB7230A531435472f
Octal31326743012123246510757
Binary1100101110110111100011010101010011101001101011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB723; }

 p { color: rgb(203,183,35); }

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

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

 a { background-color: rgb(203,183,35); }

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

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

 span { border-color: rgb(203,183,35); }

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