Html Css Color HEX #D5CE65 Goldenrod

📋 copy color: '#D5CE65'

red 213 ◦ green 206 ◦ blue 101

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

Shades of Goldenrod #D5CE65

Tints of Goldenrod #D5CE65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.42%

R = 40.96%
G = 39.62%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D5CE65 (or 0xD5CE65) is known color: Goldenrod. HEX triplet: D5, CE and 65. RGB value is (213,206,101). Sum of RGB (Red+Green+Blue) = 213+206+101=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE65 is #2A319A. Grayscale: #C4C4C4. Windows color (decimal): -2765211 or 6672085. OLE color: 6672085.

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

Color convert

RGB 213 206 101 -
CMYK 0 0.03 0.53 0.16
HSL 56.25º 0.57% 0.62% -
HSV(B) 56.25º 0.53% 0.84% -
XYZ 51.86 59.23 21.01 -
YUV 196.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 213 206 101 0 0.03 0.53 0.16 56.25 0.57 0.62
Hex D5 CE 65 0 3 35 10 38 39 3E
Octal 325 316 145 0 3 65 20 70 71 76
Binary 11010101 11001110 1100101 0 11 110101 10000 111000 111001 111110

Color Harmonies of #D5CE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE65

Black with #D5CE65

Text Example


Text Example

White with #D5CE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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