Html Css Color HEX #D0D26C Goldenrod

📋 copy color: '#D0D26C'

red 208 ◦ green 210 ◦ blue 108

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

Shades of Goldenrod #D0D26C

Tints of Goldenrod #D0D26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.53%

R = 39.54%
G = 39.92%
B = 20.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0D26C (or 0xD0D26C) is known color: Goldenrod. HEX triplet: D0, D2 and 6C. RGB value is (208,210,108). Sum of RGB (Red+Green+Blue) = 208+210+108=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D26C is #2F2D93. Grayscale: #C6C6C6. Windows color (decimal): -3091860 or 7131856. OLE color: 7131856.

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

Color convert

RGB 208 210 108 -
CMYK 0.01 0 0.49 0.18
HSL 61.18º 0.53% 0.62% -
HSV(B) 61.18º 0.49% 0.82% -
XYZ 51.77 60.59 23.15 -
YUV 197.77 77.34 135.29 -
System Red Green Blue C M Y K H S L
Decimal 208 210 108 0.01 0 0.49 0.18 61.18 0.53 0.62
Hex D0 D2 6C 1 0 31 12 3D 35 3E
Octal 320 322 154 1 0 61 22 75 65 76
Binary 11010000 11010010 1101100 1 0 110001 10010 111101 110101 111110

Color Harmonies of #D0D26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D26C

Black with #D0D26C

Text Example


Text Example

White with #D0D26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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