Html Css Color HEX #D0DA69 Goldenrod

📋 copy color: '#D0DA69'

red 208 ◦ green 218 ◦ blue 105

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

Shades of Goldenrod #D0DA69

Tints of Goldenrod #D0DA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.77%

R = 39.17%
G = 41.05%
B = 19.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D0DA69 (or 0xD0DA69) is known color: Goldenrod. HEX triplet: D0, DA and 69. RGB value is (208,218,105). Sum of RGB (Red+Green+Blue) = 208+218+105=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA69 is #2F2596. Grayscale: #CACACA. Windows color (decimal): -3089815 or 6937296. OLE color: 6937296.

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

Color convert

RGB 208 218 105 -
CMYK 0.05 0 0.52 0.15
HSL 65.31º 0.6% 0.63% -
HSV(B) 65.31º 0.52% 0.85% -
XYZ 53.63 64.57 23 -
YUV 202.13 73.19 132.19 -
System Red Green Blue C M Y K H S L
Decimal 208 218 105 0.05 0 0.52 0.15 65.31 0.6 0.63
Hex D0 DA 69 5 0 34 F 41 3C 3F
Octal 320 332 151 5 0 64 17 101 74 77
Binary 11010000 11011010 1101001 101 0 110100 1111 1000001 111100 111111

Color Harmonies of #D0DA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DA69

Black with #D0DA69

Text Example


Text Example

White with #D0DA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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