Html Css Color HEX #D0DA6A Goldenrod

📋 copy color: '#D0DA6A'

red 208 ◦ green 218 ◦ blue 106

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

Shades of Goldenrod #D0DA6A

Tints of Goldenrod #D0DA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.92%

R = 39.1%
G = 40.98%
B = 19.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D0DA6A (or 0xD0DA6A) is known color: Goldenrod. HEX triplet: D0, DA and 6A. RGB value is (208,218,106). Sum of RGB (Red+Green+Blue) = 208+218+106=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA6A is #2F2595. Grayscale: #CACACA. Windows color (decimal): -3089814 or 7002832. OLE color: 7002832.

HSL color Cylindrical-coordinate representation of color #D0DA6A: hue angle of 65.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0DA6A is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 218 106 -
CMYK 0.05 0 0.51 0.15
HSL 65.36º 0.6% 0.64% -
HSV(B) 65.36º 0.51% 0.85% -
XYZ 53.69 64.59 23.27 -
YUV 202.24 73.69 132.11 -
System Red Green Blue C M Y K H S L
Decimal 208 218 106 0.05 0 0.51 0.15 65.36 0.6 0.64
Hex D0 DA 6A 5 0 33 F 41 3C 40
Octal 320 332 152 5 0 63 17 101 74 100
Binary 11010000 11011010 1101010 101 0 110011 1111 1000001 111100 1000000

Color Harmonies of #D0DA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DA6A

Black with #D0DA6A

Text Example


Text Example

White with #D0DA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DA6A; }

 p { color: rgb(208,218,106); }

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

background-color css

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

 a { background-color: rgb(208,218,106); }

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

border-color css

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

 span { border-color: rgb(208,218,106); }

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