Html Css Color HEX #DDBB4B Ronchi

📋 copy color: '#DDBB4B'

red 221 ◦ green 187 ◦ blue 75

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

Shades of Ronchi #DDBB4B

Tints of Ronchi #DDBB4B

RGB

 RED value IS 221 (86.72% from 255) = 45.76%

 GREEN value IS 187 (73.44% from 255) = 38.72%

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

R = 45.76%
G = 38.72%
B = 15.53%

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

#DDBB4B (or 0xDDBB4B) is known color: Ronchi. HEX triplet: DD, BB and 4B. RGB value is (221,187,75). Sum of RGB (Red+Green+Blue) = 221+187+75=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB4B is #2244B4. Grayscale: #B8B8B8. Windows color (decimal): -2245813 or 4963293. OLE color: 4963293.

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

Color convert

RGB 221 187 75 -
CMYK 0 0.15 0.66 0.13
HSL 46.03º 0.68% 0.58% -
HSV(B) 46.03º 0.66% 0.87% -
XYZ 48.86 51.42 14.01 -
YUV 184.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 221 187 75 0 0.15 0.66 0.13 46.03 0.68 0.58
Hex DD BB 4B 0 F 42 D 2E 44 3A
Octal 335 273 113 0 17 102 15 56 104 72
Binary 11011101 10111011 1001011 0 1111 1000010 1101 101110 1000100 111010

Color Harmonies of #DDBB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB4B

Black with #DDBB4B

Text Example


Text Example

White with #DDBB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB4B; }

 p { color: rgb(221,187,75); }

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

background-color css

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

 a { background-color: rgb(221,187,75); }

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

border-color css

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

 span { border-color: rgb(221,187,75); }

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