#CBD970

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

Shades of Goldenrod #CBD970

Tints of Goldenrod #CBD970

Color information

#CBD970 (or 0xCBD970) is unknown color: approx Goldenrod. HEX triplet: CB, D9 and 70. RGB value is (203,217,112). Sum of RGB (Red+Green+Blue) = 203+217+112=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD970 is #34268F. Grayscale: #C9C9C9. Windows color (decimal): -3417744 or 7395787. OLE color: 7395787.

HSL color Cylindrical-coordinate representation of color #CBD970: hue angle of 68º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBD970 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB203217112-
CMYK0.0600.480.15
HSL68º58.01%64.51%-
HSV(B)68º48.39%85.1%-
XYZ52.3763.4924.82-
YUV200.8477.86129.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 217 (85.16% from 255) = 40.79%
BLUE value IS 112 (44.14% from 255) = 21.05%
R=38.16%
G=40.79%
B=21.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032171120.0600.480.156858.0164.51
HexCBD9706030F443a41
Octal31333116060601710472101
Binary110010111101100111100001100110000111110001001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD970; }

 p { color: rgb(203,217,112); }

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

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

 a { background-color: rgb(203,217,112); }

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

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

 span { border-color: rgb(203,217,112); }

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