Html Css Color HEX #DBDD67 Goldenrod

📋 copy color: '#DBDD67'

red 219 ◦ green 221 ◦ blue 103

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

Shades of Goldenrod #DBDD67

Tints of Goldenrod #DBDD67

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.7%

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

R = 40.33%
G = 40.7%
B = 18.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DBDD67 (or 0xDBDD67) is known color: Goldenrod. HEX triplet: DB, DD and 67. RGB value is (219,221,103). Sum of RGB (Red+Green+Blue) = 219+221+103=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 103 (40.62% from 255 or 18.97% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD67 is #242298. Grayscale: #CFCFCF. Windows color (decimal): -2368153 or 6807003. OLE color: 6807003.

HSL color Cylindrical-coordinate representation of color #DBDD67: hue angle of 61.02º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBDD67 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 221 103 -
CMYK 0.01 0 0.53 0.13
HSL 61.02º 0.63% 0.64% -
HSV(B) 61.02º 0.53% 0.87% -
XYZ 57.52 67.75 22.88 -
YUV 206.95 69.34 136.59 -
System Red Green Blue C M Y K H S L
Decimal 219 221 103 0.01 0 0.53 0.13 61.02 0.63 0.64
Hex DB DD 67 1 0 35 D 3D 3F 40
Octal 333 335 147 1 0 65 15 75 77 100
Binary 11011011 11011101 1100111 1 0 110101 1101 111101 111111 1000000

Color Harmonies of #DBDD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD67

Black with #DBDD67

Text Example


Text Example

White with #DBDD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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