Html Css Color HEX #D4DF7D Goldenrod

📋 copy color: '#D4DF7D'

red 212 ◦ green 223 ◦ blue 125

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

Shades of Goldenrod #D4DF7D

Tints of Goldenrod #D4DF7D

RGB

 RED value IS 212 (83.2% from 255) = 37.86%

 GREEN value IS 223 (87.5% from 255) = 39.82%

 BLUE value IS 125 (49.22% from 255) = 22.32%

R = 37.86%
G = 39.82%
B = 22.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#D4DF7D (or 0xD4DF7D) is known color: Goldenrod. HEX triplet: D4, DF and 7D. RGB value is (212,223,125). Sum of RGB (Red+Green+Blue) = 212+223+125=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DF7D is #2B2082. Grayscale: #D0D0D0. Windows color (decimal): -2826371 or 8249300. OLE color: 8249300.

HSL color Cylindrical-coordinate representation of color #D4DF7D: hue angle of 66.73º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4DF7D is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 223 125 -
CMYK 0.05 0 0.44 0.13
HSL 66.73º 0.6% 0.68% -
HSV(B) 66.73º 0.44% 0.87% -
XYZ 57.24 68.25 29.56 -
YUV 208.54 80.86 130.47 -
System Red Green Blue C M Y K H S L
Decimal 212 223 125 0.05 0 0.44 0.13 66.73 0.6 0.68
Hex D4 DF 7D 5 0 2C D 43 3C 44
Octal 324 337 175 5 0 54 15 103 74 104
Binary 11010100 11011111 1111101 101 0 101100 1101 1000011 111100 1000100

Color Harmonies of #D4DF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DF7D

Black with #D4DF7D

Text Example


Text Example

White with #D4DF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DF7D; }

 p { color: rgb(212,223,125); }

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

background-color css

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

 a { background-color: rgb(212,223,125); }

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

border-color css

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

 span { border-color: rgb(212,223,125); }

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