Html Css Color HEX #D5CE63 Goldenrod

📋 copy color: '#D5CE63'

red 213 ◦ green 206 ◦ blue 99

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

Shades of Goldenrod #D5CE63

Tints of Goldenrod #D5CE63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.11%

R = 41.12%
G = 39.77%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5CE63 (or 0xD5CE63) is known color: Goldenrod. HEX triplet: D5, CE and 63. RGB value is (213,206,99). Sum of RGB (Red+Green+Blue) = 213+206+99=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE63 is #2A319C. Grayscale: #C4C4C4. Windows color (decimal): -2765213 or 6541013. OLE color: 6541013.

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

Color convert

RGB 213 206 99 -
CMYK 0 0.03 0.54 0.16
HSL 56.32º 0.58% 0.61% -
HSV(B) 56.32º 0.54% 0.84% -
XYZ 51.76 59.19 20.5 -
YUV 195.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 213 206 99 0 0.03 0.54 0.16 56.32 0.58 0.61
Hex D5 CE 63 0 3 36 10 38 3A 3D
Octal 325 316 143 0 3 66 20 70 72 75
Binary 11010101 11001110 1100011 0 11 110110 10000 111000 111010 111101

Color Harmonies of #D5CE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE63

Black with #D5CE63

Text Example


Text Example

White with #D5CE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE63; }

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

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

background-color css

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

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

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

border-color css

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

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

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