Html Css Color HEX #DBDC67 Goldenrod

📋 copy color: '#DBDC67'

red 219 ◦ green 220 ◦ blue 103

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

Shades of Goldenrod #DBDC67

Tints of Goldenrod #DBDC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19%

R = 40.41%
G = 40.59%
B = 19%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBDC67 (or 0xDBDC67) is known color: Goldenrod. HEX triplet: DB, DC and 67. RGB value is (219,220,103). Sum of RGB (Red+Green+Blue) = 219+220+103=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 103 (40.62% from 255 or 19.00% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC67 is #242398. Grayscale: #CECECE. Windows color (decimal): -2368409 or 6806747. OLE color: 6806747.

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

Color convert

RGB 219 220 103 -
CMYK 0.00 0 0.53 0.14
HSL 60.51º 0.63% 0.63% -
HSV(B) 60.51º 0.53% 0.86% -
XYZ 57.25 67.23 22.79 -
YUV 206.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 219 220 103 0.00 0 0.53 0.14 60.51 0.63 0.63
Hex DB DC 67 0 0 35 E 3D 3F 3F
Octal 333 334 147 0 0 65 16 75 77 77
Binary 11011011 11011100 1100111 0 0 110101 1110 111101 111111 111111

Color Harmonies of #DBDC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC67

Black with #DBDC67

Text Example


Text Example

White with #DBDC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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