Html Css Color HEX #D5CE66 Goldenrod

📋 copy color: '#D5CE66'

red 213 ◦ green 206 ◦ blue 102

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

Shades of Goldenrod #D5CE66

Tints of Goldenrod #D5CE66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.58%

R = 40.88%
G = 39.54%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5CE66 (or 0xD5CE66) is known color: Goldenrod. HEX triplet: D5, CE and 66. RGB value is (213,206,102). Sum of RGB (Red+Green+Blue) = 213+206+102=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE66 is #2A3199. Grayscale: #C4C4C4. Windows color (decimal): -2765210 or 6737621. OLE color: 6737621.

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

Color convert

RGB 213 206 102 -
CMYK 0 0.03 0.52 0.16
HSL 56.22º 0.57% 0.62% -
HSV(B) 56.22º 0.52% 0.84% -
XYZ 51.91 59.25 21.27 -
YUV 196.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 213 206 102 0 0.03 0.52 0.16 56.22 0.57 0.62
Hex D5 CE 66 0 3 34 10 38 39 3E
Octal 325 316 146 0 3 64 20 70 71 76
Binary 11010101 11001110 1100110 0 11 110100 10000 111000 111001 111110

Color Harmonies of #D5CE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE66

Black with #D5CE66

Text Example


Text Example

White with #D5CE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE66; }

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

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

background-color css

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

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

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

border-color css

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

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

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