#CBDA71

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

Shades of Goldenrod #CBDA71

Tints of Goldenrod #CBDA71

Color information

#CBDA71 (or 0xCBDA71) is unknown color: approx Goldenrod. HEX triplet: CB, DA and 71. RGB value is (203,218,113). Sum of RGB (Red+Green+Blue) = 203+218+113=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDA71 is #34258E. Grayscale: #C9C9C9. Windows color (decimal): -3417487 or 7461579. OLE color: 7461579.

HSL color Cylindrical-coordinate representation of color #CBDA71: hue angle of 68.57º degrees, saturation: 0.59, 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 #CBDA71 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB203218113-
CMYK0.0700.480.15
HSL68.57º58.66%64.9%-
HSV(B)68.57º48.17%85.49%-
XYZ52.6864.0325.21-
YUV201.5478.03129.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 218 (85.55% from 255) = 40.82%
BLUE value IS 113 (44.53% from 255) = 21.16%
R=38.01%
G=40.82%
B=21.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032181130.0700.480.1568.5758.6664.9
HexCBDA717030F453b41
Octal31333216170601710573101
Binary110010111101101011100011110110000111110001011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDA71; }

 p { color: rgb(203,218,113); }

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

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

 a { background-color: rgb(203,218,113); }

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

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

 span { border-color: rgb(203,218,113); }

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