#CBD968

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

Shades of Goldenrod #CBD968

Tints of Goldenrod #CBD968

Color information

#CBD968 (or 0xCBD968) is unknown color: approx Goldenrod. HEX triplet: CB, D9 and 68. RGB value is (203,217,104). Sum of RGB (Red+Green+Blue) = 203+217+104=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD968 is #342697. Grayscale: #C8C8C8. Windows color (decimal): -3417752 or 6871499. OLE color: 6871499.

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

Color convert

RGB203217104-
CMYK0.0600.520.15
HSL67.43º59.79%62.94%-
HSV(B)67.43º52.07%85.1%-
XYZ51.9463.3222.58-
YUV199.9373.86130.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 104 (41.02% from 255) = 19.85%
R=38.74%
G=41.41%
B=19.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032171040.0600.520.1567.4359.7962.94
HexCBD9686034F433c3f
Octal3133311506064171037477
Binary11001011110110011101000110011010011111000011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD968; }

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

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

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

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

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

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

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

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