Html Css Color HEX #DDB84B Ronchi

📋 copy color: '#DDB84B'

red 221 ◦ green 184 ◦ blue 75

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

Shades of Ronchi #DDB84B

Tints of Ronchi #DDB84B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.33%

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

R = 46.04%
G = 38.33%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDB84B (or 0xDDB84B) is known color: Ronchi. HEX triplet: DD, B8 and 4B. RGB value is (221,184,75). Sum of RGB (Red+Green+Blue) = 221+184+75=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB84B is #2247B4. Grayscale: #B7B7B7. Windows color (decimal): -2246581 or 4962525. OLE color: 4962525.

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

Color convert

RGB 221 184 75 -
CMYK 0 0.17 0.66 0.13
HSL 44.79º 0.68% 0.58% -
HSV(B) 44.79º 0.66% 0.87% -
XYZ 48.23 50.16 13.8 -
YUV 182.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 221 184 75 0 0.17 0.66 0.13 44.79 0.68 0.58
Hex DD B8 4B 0 11 42 D 2D 44 3A
Octal 335 270 113 0 21 102 15 55 104 72
Binary 11011101 10111000 1001011 0 10001 1000010 1101 101101 1000100 111010

Color Harmonies of #DDB84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB84B

Black with #DDB84B

Text Example


Text Example

White with #DDB84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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