Html Css Color HEX #DCDB62 Goldenrod

📋 copy color: '#DCDB62'

red 220 ◦ green 219 ◦ blue 98

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

Shades of Goldenrod #DCDB62

Tints of Goldenrod #DCDB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.25%

R = 40.97%
G = 40.78%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCDB62 (or 0xDCDB62) is known color: Goldenrod. HEX triplet: DC, DB and 62. RGB value is (220,219,98). Sum of RGB (Red+Green+Blue) = 220+219+98=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB62 is #23249D. Grayscale: #CDCDCD. Windows color (decimal): -2303134 or 6478812. OLE color: 6478812.

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

Color convert

RGB 220 219 98 -
CMYK 0 0.00 0.55 0.14
HSL 59.51º 0.64% 0.62% -
HSV(B) 59.51º 0.55% 0.86% -
XYZ 57.05 66.76 21.43 -
YUV 205.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 220 219 98 0 0.00 0.55 0.14 59.51 0.64 0.62
Hex DC DB 62 0 0 37 E 3C 40 3E
Octal 334 333 142 0 0 67 16 74 100 76
Binary 11011100 11011011 1100010 0 0 110111 1110 111100 1000000 111110

Color Harmonies of #DCDB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB62

Black with #DCDB62

Text Example


Text Example

White with #DCDB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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