#CD9B27

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

Shades of Buttercup #CD9B27

Tints of Buttercup #CD9B27

Color information

#CD9B27 (or 0xCD9B27) is unknown color: approx Buttercup. HEX triplet: CD, 9B and 27. RGB value is (205,155,39). Sum of RGB (Red+Green+Blue) = 205+155+39=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9B27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9B27 is #3264D8. Grayscale: #9D9D9D. Windows color (decimal): -3302617 or 2595789. OLE color: 2595789.

HSL color Cylindrical-coordinate representation of color #CD9B27: hue angle of 41.93º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD9B27 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB20515539-
CMYK00.240.810.20
HSL41.93º68.03%47.84%-
HSV(B)41.93º80.98%80.39%-
XYZ37.2636.577.01-
YUV156.7361.56162.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.38%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 39 (15.62% from 255) = 9.77%
R=51.38%
G=38.85%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051553900.240.810.2041.9368.0347.84
HexCD9B2701851142a4430
Octal31523347030121245210460
Binary11001101100110111001110110001010001101001010101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9B27; }

 p { color: rgb(205,155,39); }

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

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

 a { background-color: rgb(205,155,39); }

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

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

 span { border-color: rgb(205,155,39); }

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