Html Css Color HEX #DABF32 Old Gold

📋 copy color: '#DABF32'

red 218 ◦ green 191 ◦ blue 50

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

Shades of Old Gold #DABF32

Tints of Old Gold #DABF32

RGB

 RED value IS 218 (85.55% from 255) = 47.49%

 GREEN value IS 191 (75% from 255) = 41.61%

 BLUE value IS 50 (19.92% from 255) = 10.89%

R = 47.49%
G = 41.61%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DABF32 (or 0xDABF32) is known color: Old Gold. HEX triplet: DA, BF and 32. RGB value is (218,191,50). Sum of RGB (Red+Green+Blue) = 218+191+50=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABF32 is #2540CD. Grayscale: #B7B7B7. Windows color (decimal): -2441422 or 3325914. OLE color: 3325914.

HSL color Cylindrical-coordinate representation of color #DABF32: hue angle of 50.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DABF32 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 191 50 -
CMYK 0 0.12 0.77 0.15
HSL 50.36º 0.69% 0.53% -
HSV(B) 50.36º 0.77% 0.85% -
XYZ 48.12 52.4 10.6 -
YUV 183 52.95 152.96 -
System Red Green Blue C M Y K H S L
Decimal 218 191 50 0 0.12 0.77 0.15 50.36 0.69 0.53
Hex DA BF 32 0 C 4D F 32 45 35
Octal 332 277 62 0 14 115 17 62 105 65
Binary 11011010 10111111 110010 0 1100 1001101 1111 110010 1000101 110101

Color Harmonies of #DABF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF32

Black with #DABF32

Text Example


Text Example

White with #DABF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF32; }

 p { color: rgb(218,191,50); }

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

background-color css

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

 a { background-color: rgb(218,191,50); }

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

border-color css

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

 span { border-color: rgb(218,191,50); }

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