Html Css Color HEX #D0D768 Goldenrod

📋 copy color: '#D0D768'

red 208 ◦ green 215 ◦ blue 104

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

Shades of Goldenrod #D0D768

Tints of Goldenrod #D0D768

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.8%

 BLUE value IS 104 (41.02% from 255) = 19.73%

R = 39.47%
G = 40.8%
B = 19.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D0D768 (or 0xD0D768) is known color: Goldenrod. HEX triplet: D0, D7 and 68. RGB value is (208,215,104). Sum of RGB (Red+Green+Blue) = 208+215+104=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D768 is #2F2897. Grayscale: #C8C8C8. Windows color (decimal): -3090584 or 6870992. OLE color: 6870992.

HSL color Cylindrical-coordinate representation of color #D0D768: hue angle of 63.78º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0D768 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 215 104 -
CMYK 0.03 0 0.52 0.16
HSL 63.78º 0.58% 0.63% -
HSV(B) 63.78º 0.52% 0.84% -
XYZ 52.81 63.01 22.48 -
YUV 200.25 73.68 133.53 -
System Red Green Blue C M Y K H S L
Decimal 208 215 104 0.03 0 0.52 0.16 63.78 0.58 0.63
Hex D0 D7 68 3 0 34 10 40 3A 3F
Octal 320 327 150 3 0 64 20 100 72 77
Binary 11010000 11010111 1101000 11 0 110100 10000 1000000 111010 111111

Color Harmonies of #D0D768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D768

Black with #D0D768

Text Example


Text Example

White with #D0D768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D768; }

 p { color: rgb(208,215,104); }

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

background-color css

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

 a { background-color: rgb(208,215,104); }

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

border-color css

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

 span { border-color: rgb(208,215,104); }

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