Html Css Color HEX #DDB64B Ronchi

📋 copy color: '#DDB64B'

red 221 ◦ green 182 ◦ blue 75

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

Shades of Ronchi #DDB64B

Tints of Ronchi #DDB64B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.08%

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

R = 46.23%
G = 38.08%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDB64B (or 0xDDB64B) is known color: Ronchi. HEX triplet: DD, B6 and 4B. RGB value is (221,182,75). Sum of RGB (Red+Green+Blue) = 221+182+75=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB64B is #2249B4. Grayscale: #B5B5B5. Windows color (decimal): -2247093 or 4962013. OLE color: 4962013.

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

Color convert

RGB 221 182 75 -
CMYK 0 0.18 0.66 0.13
HSL 43.97º 0.68% 0.58% -
HSV(B) 43.97º 0.66% 0.87% -
XYZ 47.82 49.34 13.66 -
YUV 181.46 67.92 156.2 -
System Red Green Blue C M Y K H S L
Decimal 221 182 75 0 0.18 0.66 0.13 43.97 0.68 0.58
Hex DD B6 4B 0 12 42 D 2C 44 3A
Octal 335 266 113 0 22 102 15 54 104 72
Binary 11011101 10110110 1001011 0 10010 1000010 1101 101100 1000100 111010

Color Harmonies of #DDB64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB64B

Black with #DDB64B

Text Example


Text Example

White with #DDB64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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