Html Css Color HEX #DCD769 Goldenrod

📋 copy color: '#DCD769'

red 220 ◦ green 215 ◦ blue 105

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

Shades of Goldenrod #DCD769

Tints of Goldenrod #DCD769

RGB

 RED value IS 220 (86.33% from 255) = 40.74%

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

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

R = 40.74%
G = 39.81%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DCD769 (or 0xDCD769) is known color: Goldenrod. HEX triplet: DC, D7 and 69. RGB value is (220,215,105). Sum of RGB (Red+Green+Blue) = 220+215+105=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD769 is #232896. Grayscale: #CCCCCC. Windows color (decimal): -2304151 or 6936540. OLE color: 6936540.

HSL color Cylindrical-coordinate representation of color #DCD769: hue angle of 57.39º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCD769 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 105 -
CMYK 0 0.02 0.52 0.14
HSL 57.39º 0.62% 0.64% -
HSV(B) 57.39º 0.52% 0.86% -
XYZ 56.37 64.84 22.91 -
YUV 203.96 72.16 139.44 -
System Red Green Blue C M Y K H S L
Decimal 220 215 105 0 0.02 0.52 0.14 57.39 0.62 0.64
Hex DC D7 69 0 2 34 E 39 3E 40
Octal 334 327 151 0 2 64 16 71 76 100
Binary 11011100 11010111 1101001 0 10 110100 1110 111001 111110 1000000

Color Harmonies of #DCD769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD769

Black with #DCD769

Text Example


Text Example

White with #DCD769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD769; }

 p { color: rgb(220,215,105); }

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

background-color css

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

 a { background-color: rgb(220,215,105); }

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

border-color css

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

 span { border-color: rgb(220,215,105); }

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