Html Css Color HEX #DFBD4B Ronchi

📋 copy color: '#DFBD4B'

red 223 ◦ green 189 ◦ blue 75

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

Shades of Ronchi #DFBD4B

Tints of Ronchi #DFBD4B

RGB

 RED value IS 223 (87.5% from 255) = 45.79%

 GREEN value IS 189 (74.22% from 255) = 38.81%

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

R = 45.79%
G = 38.81%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFBD4B (or 0xDFBD4B) is known color: Ronchi. HEX triplet: DF, BD and 4B. RGB value is (223,189,75). Sum of RGB (Red+Green+Blue) = 223+189+75=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 75 (29.69% from 255 or 15.40% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBD4B is #2042B4. Grayscale: #BABABA. Windows color (decimal): -2114229 or 4963807. OLE color: 4963807.

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

Color convert

RGB 223 189 75 -
CMYK 0 0.15 0.66 0.13
HSL 46.22º 0.7% 0.58% -
HSV(B) 46.22º 0.66% 0.87% -
XYZ 49.9 52.59 14.18 -
YUV 186.17 65.26 154.27 -
System Red Green Blue C M Y K H S L
Decimal 223 189 75 0 0.15 0.66 0.13 46.22 0.7 0.58
Hex DF BD 4B 0 F 42 D 2E 46 3A
Octal 337 275 113 0 17 102 15 56 106 72
Binary 11011111 10111101 1001011 0 1111 1000010 1101 101110 1000110 111010

Color Harmonies of #DFBD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD4B

Black with #DFBD4B

Text Example


Text Example

White with #DFBD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD4B; }

 p { color: rgb(223,189,75); }

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

background-color css

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

 a { background-color: rgb(223,189,75); }

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

border-color css

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

 span { border-color: rgb(223,189,75); }

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