Html Css Color HEX #D0D266 Goldenrod

📋 copy color: '#D0D266'

red 208 ◦ green 210 ◦ blue 102

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

Shades of Goldenrod #D0D266

Tints of Goldenrod #D0D266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.62%

R = 40%
G = 40.38%
B = 19.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D0D266 (or 0xD0D266) is known color: Goldenrod. HEX triplet: D0, D2 and 66. RGB value is (208,210,102). Sum of RGB (Red+Green+Blue) = 208+210+102=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D266 is #2F2D99. Grayscale: #C5C5C5. Windows color (decimal): -3091866 or 6738640. OLE color: 6738640.

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

Color convert

RGB 208 210 102 -
CMYK 0.01 0 0.51 0.18
HSL 61.11º 0.55% 0.61% -
HSV(B) 61.11º 0.51% 0.82% -
XYZ 51.46 60.46 21.53 -
YUV 197.09 74.34 135.78 -
System Red Green Blue C M Y K H S L
Decimal 208 210 102 0.01 0 0.51 0.18 61.11 0.55 0.61
Hex D0 D2 66 1 0 33 12 3D 37 3D
Octal 320 322 146 1 0 63 22 75 67 75
Binary 11010000 11010010 1100110 1 0 110011 10010 111101 110111 111101

Color Harmonies of #D0D266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D266

Black with #D0D266

Text Example


Text Example

White with #D0D266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D266; }

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

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

background-color css

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

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

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

border-color css

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

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

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