Html Css Color HEX #DBDC69 Goldenrod

📋 copy color: '#DBDC69'

red 219 ◦ green 220 ◦ blue 105

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

Shades of Goldenrod #DBDC69

Tints of Goldenrod #DBDC69

RGB

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

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

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

R = 40.26%
G = 40.44%
B = 19.3%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DBDC69 (or 0xDBDC69) is known color: Goldenrod. HEX triplet: DB, DC and 69. RGB value is (219,220,105). Sum of RGB (Red+Green+Blue) = 219+220+105=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC69 is #242396. Grayscale: #CFCFCF. Windows color (decimal): -2368407 or 6937819. OLE color: 6937819.

HSL color Cylindrical-coordinate representation of color #DBDC69: hue angle of 60.52º 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 #DBDC69 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 220 105 -
CMYK 0.00 0 0.52 0.14
HSL 60.52º 0.62% 0.64% -
HSV(B) 60.52º 0.52% 0.86% -
XYZ 57.36 67.27 23.33 -
YUV 206.59 70.67 136.85 -
System Red Green Blue C M Y K H S L
Decimal 219 220 105 0.00 0 0.52 0.14 60.52 0.62 0.64
Hex DB DC 69 0 0 34 E 3D 3E 40
Octal 333 334 151 0 0 64 16 75 76 100
Binary 11011011 11011100 1101001 0 0 110100 1110 111101 111110 1000000

Color Harmonies of #DBDC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC69

Black with #DBDC69

Text Example


Text Example

White with #DBDC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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