Html Css Color HEX #D5CE64 Goldenrod

📋 copy color: '#D5CE64'

red 213 ◦ green 206 ◦ blue 100

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

Shades of Goldenrod #D5CE64

Tints of Goldenrod #D5CE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.27%

R = 41.04%
G = 39.69%
B = 19.27%

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

#D5CE64 (or 0xD5CE64) is known color: Goldenrod. HEX triplet: D5, CE and 64. RGB value is (213,206,100). Sum of RGB (Red+Green+Blue) = 213+206+100=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE64 is #2A319B. Grayscale: #C4C4C4. Windows color (decimal): -2765212 or 6606549. OLE color: 6606549.

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

Color convert

RGB 213 206 100 -
CMYK 0 0.03 0.53 0.16
HSL 56.28º 0.57% 0.61% -
HSV(B) 56.28º 0.53% 0.84% -
XYZ 51.81 59.21 20.75 -
YUV 196.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 213 206 100 0 0.03 0.53 0.16 56.28 0.57 0.61
Hex D5 CE 64 0 3 35 10 38 39 3D
Octal 325 316 144 0 3 65 20 70 71 75
Binary 11010101 11001110 1100100 0 11 110101 10000 111000 111001 111101

Color Harmonies of #D5CE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE64

Black with #D5CE64

Text Example


Text Example

White with #D5CE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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