Html Css Color HEX #D0D474 Goldenrod

📋 copy color: '#D0D474'

red 208 ◦ green 212 ◦ blue 116

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

Shades of Goldenrod #D0D474

Tints of Goldenrod #D0D474

RGB

 RED value IS 208 (81.64% from 255) = 38.81%

 GREEN value IS 212 (83.2% from 255) = 39.55%

 BLUE value IS 116 (45.7% from 255) = 21.64%

R = 38.81%
G = 39.55%
B = 21.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D0D474 (or 0xD0D474) is known color: Goldenrod. HEX triplet: D0, D4 and 74. RGB value is (208,212,116). Sum of RGB (Red+Green+Blue) = 208+212+116=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D474 is #2F2B8B. Grayscale: #C8C8C8. Windows color (decimal): -3091340 or 7656656. OLE color: 7656656.

HSL color Cylindrical-coordinate representation of color #D0D474: hue angle of 62.5º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0D474 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 212 116 -
CMYK 0.02 0 0.45 0.17
HSL 62.5º 0.53% 0.64% -
HSV(B) 62.5º 0.45% 0.83% -
XYZ 52.71 61.76 25.67 -
YUV 199.86 80.67 133.81 -
System Red Green Blue C M Y K H S L
Decimal 208 212 116 0.02 0 0.45 0.17 62.5 0.53 0.64
Hex D0 D4 74 2 0 2D 11 3F 35 40
Octal 320 324 164 2 0 55 21 77 65 100
Binary 11010000 11010100 1110100 10 0 101101 10001 111111 110101 1000000

Color Harmonies of #D0D474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D474

Black with #D0D474

Text Example


Text Example

White with #D0D474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D474; }

 p { color: rgb(208,212,116); }

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

background-color css

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

 a { background-color: rgb(208,212,116); }

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

border-color css

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

 span { border-color: rgb(208,212,116); }

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