Html Css Color HEX #D0D569 Goldenrod

📋 copy color: '#D0D569'

red 208 ◦ green 213 ◦ blue 105

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

Shades of Goldenrod #D0D569

Tints of Goldenrod #D0D569

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.49%

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

R = 39.54%
G = 40.49%
B = 19.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D0D569 (or 0xD0D569) is known color: Goldenrod. HEX triplet: D0, D5 and 69. RGB value is (208,213,105). Sum of RGB (Red+Green+Blue) = 208+213+105=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D569 is #2F2A96. Grayscale: #C7C7C7. Windows color (decimal): -3091095 or 6936016. OLE color: 6936016.

HSL color Cylindrical-coordinate representation of color #D0D569: hue angle of 62.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0D569 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 213 105 -
CMYK 0.02 0 0.51 0.16
HSL 62.78º 0.56% 0.62% -
HSV(B) 62.78º 0.51% 0.84% -
XYZ 52.36 62.02 22.58 -
YUV 199.19 74.84 134.28 -
System Red Green Blue C M Y K H S L
Decimal 208 213 105 0.02 0 0.51 0.16 62.78 0.56 0.62
Hex D0 D5 69 2 0 33 10 3F 38 3E
Octal 320 325 151 2 0 63 20 77 70 76
Binary 11010000 11010101 1101001 10 0 110011 10000 111111 111000 111110

Color Harmonies of #D0D569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D569

Black with #D0D569

Text Example


Text Example

White with #D0D569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D569; }

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

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

background-color css

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

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

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

border-color css

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

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

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