Html Css Color HEX #DABA4B Ronchi

📋 copy color: '#DABA4B'

red 218 ◦ green 186 ◦ blue 75

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

Shades of Ronchi #DABA4B

Tints of Ronchi #DABA4B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.83%

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

R = 45.51%
G = 38.83%
B = 15.66%

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

#DABA4B (or 0xDABA4B) is known color: Ronchi. HEX triplet: DA, BA and 4B. RGB value is (218,186,75). Sum of RGB (Red+Green+Blue) = 218+186+75=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA4B is #2545B4. Grayscale: #B7B7B7. Windows color (decimal): -2442677 or 4963034. OLE color: 4963034.

HSL color Cylindrical-coordinate representation of color #DABA4B: hue angle of 46.57º 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 #DABA4B is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 75 -
CMYK 0 0.15 0.66 0.15
HSL 46.57º 0.66% 0.57% -
HSV(B) 46.57º 0.66% 0.85% -
XYZ 47.74 50.53 13.89 -
YUV 182.91 67.1 153.03 -
System Red Green Blue C M Y K H S L
Decimal 218 186 75 0 0.15 0.66 0.15 46.57 0.66 0.57
Hex DA BA 4B 0 F 42 F 2F 42 39
Octal 332 272 113 0 17 102 17 57 102 71
Binary 11011010 10111010 1001011 0 1111 1000010 1111 101111 1000010 111001

Color Harmonies of #DABA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA4B

Black with #DABA4B

Text Example


Text Example

White with #DABA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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