Html Css Color HEX #DCDB75 Goldenrod

📋 copy color: '#DCDB75'

red 220 ◦ green 219 ◦ blue 117

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

Shades of Goldenrod #DCDB75

Tints of Goldenrod #DCDB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.39%

 BLUE value IS 117 (46.09% from 255) = 21.04%

R = 39.57%
G = 39.39%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCDB75 (or 0xDCDB75) is known color: Goldenrod. HEX triplet: DC, DB and 75. RGB value is (220,219,117). Sum of RGB (Red+Green+Blue) = 220+219+117=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 117 (46.09% from 255 or 21.04% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB75 is #23248A. Grayscale: #D0D0D0. Windows color (decimal): -2303115 or 7723996. OLE color: 7723996.

HSL color Cylindrical-coordinate representation of color #DCDB75: hue angle of 59.42º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCDB75 is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 117 -
CMYK 0 0.00 0.47 0.14
HSL 59.42º 0.6% 0.66% -
HSV(B) 59.42º 0.47% 0.86% -
XYZ 58.06 67.16 26.73 -
YUV 207.67 76.83 136.79 -
System Red Green Blue C M Y K H S L
Decimal 220 219 117 0 0.00 0.47 0.14 59.42 0.6 0.66
Hex DC DB 75 0 0 2F E 3B 3C 42
Octal 334 333 165 0 0 57 16 73 74 102
Binary 11011100 11011011 1110101 0 0 101111 1110 111011 111100 1000010

Color Harmonies of #DCDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB75

Black with #DCDB75

Text Example


Text Example

White with #DCDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB75; }

 p { color: rgb(220,219,117); }

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

background-color css

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

 a { background-color: rgb(220,219,117); }

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

border-color css

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

 span { border-color: rgb(220,219,117); }

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