Html Css Color HEX #D5CE6D Goldenrod

📋 copy color: '#D5CE6D'

red 213 ◦ green 206 ◦ blue 109

#D5CE6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #D5CE6D

Tints of Goldenrod #D5CE6D

RGB

 RED value IS 213 (83.59% from 255) = 40.34%

 GREEN value IS 206 (80.86% from 255) = 39.02%

 BLUE value IS 109 (42.97% from 255) = 20.64%

R = 40.34%
G = 39.02%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5CE6D (or 0xD5CE6D) is known color: Goldenrod. HEX triplet: D5, CE and 6D. RGB value is (213,206,109). Sum of RGB (Red+Green+Blue) = 213+206+109=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE6D is #2A3192. Grayscale: #C5C5C5. Windows color (decimal): -2765203 or 7196373. OLE color: 7196373.

HSL color Cylindrical-coordinate representation of color #D5CE6D: hue angle of 55.96º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5CE6D is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 206 109 -
CMYK 0 0.03 0.49 0.16
HSL 55.96º 0.55% 0.63% -
HSV(B) 55.96º 0.49% 0.84% -
XYZ 52.27 59.39 23.18 -
YUV 197.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 213 206 109 0 0.03 0.49 0.16 55.96 0.55 0.63
Hex D5 CE 6D 0 3 31 10 38 37 3F
Octal 325 316 155 0 3 61 20 70 67 77
Binary 11010101 11001110 1101101 0 11 110001 10000 111000 110111 111111

Color Harmonies of #D5CE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE6D

Black with #D5CE6D

Text Example


Text Example

White with #D5CE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE6D; }

 p { color: rgb(213,206,109); }

 H1.HeaderClassName
 {
   color: #D5CE6D;
 }
 .AnyTagClassName
 {
   color: #D5CE6D;
 }
</style>

background-color css

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

 a { background-color: rgb(213,206,109); }

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

border-color css

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

 span { border-color: rgb(213,206,109); }

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