Html Css Color HEX #DBDC81 Goldenrod

📋 copy color: '#DBDC81'

red 219 ◦ green 220 ◦ blue 129

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

Shades of Goldenrod #DBDC81

Tints of Goldenrod #DBDC81

RGB

 RED value IS 219 (85.94% from 255) = 38.56%

 GREEN value IS 220 (86.33% from 255) = 38.73%

 BLUE value IS 129 (50.78% from 255) = 22.71%

R = 38.56%
G = 38.73%
B = 22.71%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DBDC81 (or 0xDBDC81) is known color: Goldenrod. HEX triplet: DB, DC and 81. RGB value is (219,220,129). Sum of RGB (Red+Green+Blue) = 219+220+129=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 129 (50.78% from 255 or 22.71% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC81 is #24237E. Grayscale: #D1D1D1. Windows color (decimal): -2368383 or 8510683. OLE color: 8510683.

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

Color convert

RGB 219 220 129 -
CMYK 0.00 0 0.41 0.14
HSL 60.66º 0.57% 0.68% -
HSV(B) 60.66º 0.41% 0.86% -
XYZ 58.77 67.83 30.76 -
YUV 209.33 82.67 134.9 -
System Red Green Blue C M Y K H S L
Decimal 219 220 129 0.00 0 0.41 0.14 60.66 0.57 0.68
Hex DB DC 81 0 0 29 E 3D 39 44
Octal 333 334 201 0 0 51 16 75 71 104
Binary 11011011 11011100 10000001 0 0 101001 1110 111101 111001 1000100

Color Harmonies of #DBDC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC81

Black with #DBDC81

Text Example


Text Example

White with #DBDC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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