Html Css Color HEX #D0D867 Goldenrod

📋 copy color: '#D0D867'

red 208 ◦ green 216 ◦ blue 103

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

Shades of Goldenrod #D0D867

Tints of Goldenrod #D0D867

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.99%

 BLUE value IS 103 (40.63% from 255) = 19.54%

R = 39.47%
G = 40.99%
B = 19.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D0D867 (or 0xD0D867) is known color: Goldenrod. HEX triplet: D0, D8 and 67. RGB value is (208,216,103). Sum of RGB (Red+Green+Blue) = 208+216+103=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D867 is #2F2798. Grayscale: #C9C9C9. Windows color (decimal): -3090329 or 6805712. OLE color: 6805712.

HSL color Cylindrical-coordinate representation of color #D0D867: hue angle of 64.25º degrees, saturation: 0.59, 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 #D0D867 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 216 103 -
CMYK 0.04 0 0.52 0.15
HSL 64.25º 0.59% 0.63% -
HSV(B) 64.25º 0.52% 0.85% -
XYZ 53.02 63.5 22.29 -
YUV 200.73 72.85 133.19 -
System Red Green Blue C M Y K H S L
Decimal 208 216 103 0.04 0 0.52 0.15 64.25 0.59 0.63
Hex D0 D8 67 4 0 34 F 40 3B 3F
Octal 320 330 147 4 0 64 17 100 73 77
Binary 11010000 11011000 1100111 100 0 110100 1111 1000000 111011 111111

Color Harmonies of #D0D867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D867

Black with #D0D867

Text Example


Text Example

White with #D0D867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D867; }

 p { color: rgb(208,216,103); }

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

background-color css

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

 a { background-color: rgb(208,216,103); }

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

border-color css

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

 span { border-color: rgb(208,216,103); }

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