Html Css Color HEX #DAB94C Ronchi

📋 copy color: '#DAB94C'

red 218 ◦ green 185 ◦ blue 76

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

Shades of Ronchi #DAB94C

Tints of Ronchi #DAB94C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.62%

 BLUE value IS 76 (30.08% from 255) = 15.87%

R = 45.51%
G = 38.62%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAB94C (or 0xDAB94C) is known color: Ronchi. HEX triplet: DA, B9 and 4C. RGB value is (218,185,76). Sum of RGB (Red+Green+Blue) = 218+185+76=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB94C is #2546B3. Grayscale: #B6B6B6. Windows color (decimal): -2442932 or 5028314. OLE color: 5028314.

HSL color Cylindrical-coordinate representation of color #DAB94C: hue angle of 46.06º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAB94C is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 185 76 -
CMYK 0 0.15 0.65 0.15
HSL 46.06º 0.66% 0.58% -
HSV(B) 46.06º 0.65% 0.85% -
XYZ 47.57 50.13 14.01 -
YUV 182.44 67.93 153.36 -
System Red Green Blue C M Y K H S L
Decimal 218 185 76 0 0.15 0.65 0.15 46.06 0.66 0.58
Hex DA B9 4C 0 F 41 F 2E 42 3A
Octal 332 271 114 0 17 101 17 56 102 72
Binary 11011010 10111001 1001100 0 1111 1000001 1111 101110 1000010 111010

Color Harmonies of #DAB94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB94C

Black with #DAB94C

Text Example


Text Example

White with #DAB94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB94C; }

 p { color: rgb(218,185,76); }

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

background-color css

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

 a { background-color: rgb(218,185,76); }

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

border-color css

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

 span { border-color: rgb(218,185,76); }

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