Html Css Color HEX #D4DD61 Goldenrod

📋 copy color: '#D4DD61'

red 212 ◦ green 221 ◦ blue 97

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

Shades of Goldenrod #D4DD61

Tints of Goldenrod #D4DD61

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.7%

 BLUE value IS 97 (38.28% from 255) = 18.3%

R = 40%
G = 41.7%
B = 18.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#D4DD61 (or 0xD4DD61) is known color: Goldenrod. HEX triplet: D4, DD and 61. RGB value is (212,221,97). Sum of RGB (Red+Green+Blue) = 212+221+97=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DD61 is #2B229E. Grayscale: #CCCCCC. Windows color (decimal): -2826911 or 6413780. OLE color: 6413780.

HSL color Cylindrical-coordinate representation of color #D4DD61: hue angle of 64.35º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4DD61 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 221 97 -
CMYK 0.04 0 0.56 0.13
HSL 64.35º 0.65% 0.62% -
HSV(B) 64.35º 0.56% 0.87% -
XYZ 55.17 66.57 21.25 -
YUV 204.17 67.52 133.58 -
System Red Green Blue C M Y K H S L
Decimal 212 221 97 0.04 0 0.56 0.13 64.35 0.65 0.62
Hex D4 DD 61 4 0 38 D 40 41 3E
Octal 324 335 141 4 0 70 15 100 101 76
Binary 11010100 11011101 1100001 100 0 111000 1101 1000000 1000001 111110

Color Harmonies of #D4DD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD61

Black with #D4DD61

Text Example


Text Example

White with #D4DD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD61; }

 p { color: rgb(212,221,97); }

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

background-color css

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

 a { background-color: rgb(212,221,97); }

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

border-color css

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

 span { border-color: rgb(212,221,97); }

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