#C9B725

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

Shades of Bird Flower #C9B725

Tints of Bird Flower #C9B725

Color information

#C9B725 (or 0xC9B725) is unknown color: approx Bird Flower. HEX triplet: C9, B7 and 25. RGB value is (201,183,37). Sum of RGB (Red+Green+Blue) = 201+183+37=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B725 is #3648DA. Grayscale: #ACACAC. Windows color (decimal): -3557595 or 2471881. OLE color: 2471881.

HSL color Cylindrical-coordinate representation of color #C9B725: hue angle of 53.41º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9B725 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB20118337-
CMYK00.090.820.21
HSL53.41º68.91%46.67%-
HSV(B)53.41º81.59%78.82%-
XYZ41.3546.428.53-
YUV171.7451.96148.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.74%
GREEN value IS 183 (71.88% from 255) = 43.47%
BLUE value IS 37 (14.84% from 255) = 8.79%
R=47.74%
G=43.47%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011833700.090.820.2153.4168.9146.67
HexC9B72509521535452f
Octal31126745011122256510557
Binary1100100110110111100101010011010010101011101011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B725; }

 p { color: rgb(201,183,37); }

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

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

 a { background-color: rgb(201,183,37); }

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

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

 span { border-color: rgb(201,183,37); }

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