Html Css Color HEX #D2CE5F Goldenrod

📋 copy color: '#D2CE5F'

red 210 ◦ green 206 ◦ blue 95

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

Shades of Goldenrod #D2CE5F

Tints of Goldenrod #D2CE5F

RGB

 RED value IS 210 (82.42% from 255) = 41.1%

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

 BLUE value IS 95 (37.5% from 255) = 18.59%

R = 41.1%
G = 40.31%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2CE5F (or 0xD2CE5F) is known color: Goldenrod. HEX triplet: D2, CE and 5F. RGB value is (210,206,95). Sum of RGB (Red+Green+Blue) = 210+206+95=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CE5F is #2D31A0. Grayscale: #C2C2C2. Windows color (decimal): -2961825 or 6278866. OLE color: 6278866.

HSL color Cylindrical-coordinate representation of color #D2CE5F: hue angle of 57.91º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2CE5F is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 206 95 -
CMYK 0 0.02 0.55 0.18
HSL 57.91º 0.56% 0.6% -
HSV(B) 57.91º 0.55% 0.82% -
XYZ 50.72 58.67 19.48 -
YUV 194.54 71.83 139.03 -
System Red Green Blue C M Y K H S L
Decimal 210 206 95 0 0.02 0.55 0.18 57.91 0.56 0.6
Hex D2 CE 5F 0 2 37 12 3A 38 3C
Octal 322 316 137 0 2 67 22 72 70 74
Binary 11010010 11001110 1011111 0 10 110111 10010 111010 111000 111100

Color Harmonies of #D2CE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CE5F

Black with #D2CE5F

Text Example


Text Example

White with #D2CE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CE5F; }

 p { color: rgb(210,206,95); }

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

background-color css

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

 a { background-color: rgb(210,206,95); }

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

border-color css

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

 span { border-color: rgb(210,206,95); }

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