Html Css Color HEX #D0D269 Goldenrod

📋 copy color: '#D0D269'

red 208 ◦ green 210 ◦ blue 105

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

Shades of Goldenrod #D0D269

Tints of Goldenrod #D0D269

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.15%

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

R = 39.77%
G = 40.15%
B = 20.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D0D269 (or 0xD0D269) is known color: Goldenrod. HEX triplet: D0, D2 and 69. RGB value is (208,210,105). Sum of RGB (Red+Green+Blue) = 208+210+105=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D269 is #2F2D96. Grayscale: #C5C5C5. Windows color (decimal): -3091863 or 6935248. OLE color: 6935248.

HSL color Cylindrical-coordinate representation of color #D0D269: hue angle of 61.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0D269 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 210 105 -
CMYK 0.01 0 0.50 0.18
HSL 61.14º 0.54% 0.62% -
HSV(B) 61.14º 0.5% 0.82% -
XYZ 51.61 60.52 22.33 -
YUV 197.43 75.84 135.54 -
System Red Green Blue C M Y K H S L
Decimal 208 210 105 0.01 0 0.50 0.18 61.14 0.54 0.62
Hex D0 D2 69 1 0 32 12 3D 36 3E
Octal 320 322 151 1 0 62 22 75 66 76
Binary 11010000 11010010 1101001 1 0 110010 10010 111101 110110 111110

Color Harmonies of #D0D269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D269

Black with #D0D269

Text Example


Text Example

White with #D0D269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D269; }

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

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

background-color css

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

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

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

border-color css

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

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

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