Html Css Color HEX #D4DA61 Goldenrod

📋 copy color: '#D4DA61'

red 212 ◦ green 218 ◦ blue 97

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

Shades of Goldenrod #D4DA61

Tints of Goldenrod #D4DA61

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.37%

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

R = 40.23%
G = 41.37%
B = 18.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D4DA61 (or 0xD4DA61) is known color: Goldenrod. HEX triplet: D4, DA and 61. RGB value is (212,218,97). Sum of RGB (Red+Green+Blue) = 212+218+97=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DA61 is #2B259E. Grayscale: #CACACA. Windows color (decimal): -2827679 or 6413012. OLE color: 6413012.

HSL color Cylindrical-coordinate representation of color #D4DA61: hue angle of 62.98º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4DA61 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 218 97 -
CMYK 0.03 0 0.56 0.15
HSL 62.98º 0.62% 0.62% -
HSV(B) 62.98º 0.56% 0.85% -
XYZ 54.38 65 20.99 -
YUV 202.41 68.51 134.84 -
System Red Green Blue C M Y K H S L
Decimal 212 218 97 0.03 0 0.56 0.15 62.98 0.62 0.62
Hex D4 DA 61 3 0 38 F 3F 3E 3E
Octal 324 332 141 3 0 70 17 77 76 76
Binary 11010100 11011010 1100001 11 0 111000 1111 111111 111110 111110

Color Harmonies of #D4DA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DA61

Black with #D4DA61

Text Example


Text Example

White with #D4DA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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