Html Css Color HEX #DAB94B Ronchi

📋 copy color: '#DAB94B'

red 218 ◦ green 185 ◦ blue 75

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

Shades of Ronchi #DAB94B

Tints of Ronchi #DAB94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.69%

R = 45.61%
G = 38.7%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAB94B (or 0xDAB94B) is known color: Ronchi. HEX triplet: DA, B9 and 4B. RGB value is (218,185,75). Sum of RGB (Red+Green+Blue) = 218+185+75=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB94B is #2546B4. Grayscale: #B6B6B6. Windows color (decimal): -2442933 or 4962778. OLE color: 4962778.

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

Color convert

RGB 218 185 75 -
CMYK 0 0.15 0.66 0.15
HSL 46.15º 0.66% 0.57% -
HSV(B) 46.15º 0.66% 0.85% -
XYZ 47.53 50.11 13.82 -
YUV 182.33 67.43 153.44 -
System Red Green Blue C M Y K H S L
Decimal 218 185 75 0 0.15 0.66 0.15 46.15 0.66 0.57
Hex DA B9 4B 0 F 42 F 2E 42 39
Octal 332 271 113 0 17 102 17 56 102 71
Binary 11011010 10111001 1001011 0 1111 1000010 1111 101110 1000010 111001

Color Harmonies of #DAB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB94B

Black with #DAB94B

Text Example


Text Example

White with #DAB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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