Html Css Color HEX #DD6B2B Tahiti Gold

📋 copy color: '#DD6B2B'

red 221 ◦ green 107 ◦ blue 43

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

Shades of Tahiti Gold #DD6B2B

Tints of Tahiti Gold #DD6B2B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.84%

 BLUE value IS 43 (17.19% from 255) = 11.59%

R = 59.57%
G = 28.84%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD6B2B (or 0xDD6B2B) is known color: Tahiti Gold. HEX triplet: DD, 6B and 2B. RGB value is (221,107,43). Sum of RGB (Red+Green+Blue) = 221+107+43=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6B2B is #2294D4. Grayscale: #868686. Windows color (decimal): -2266325 or 2845661. OLE color: 2845661.

HSL color Cylindrical-coordinate representation of color #DD6B2B: hue angle of 21.57º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD6B2B is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 107 43 -
CMYK 0 0.52 0.81 0.13
HSL 21.57º 0.72% 0.52% -
HSV(B) 21.57º 0.81% 0.87% -
XYZ 35.51 26.06 5.44 -
YUV 133.79 76.77 190.2 -
System Red Green Blue C M Y K H S L
Decimal 221 107 43 0 0.52 0.81 0.13 21.57 0.72 0.52
Hex DD 6B 2B 0 34 51 D 16 48 34
Octal 335 153 53 0 64 121 15 26 110 64
Binary 11011101 1101011 101011 0 110100 1010001 1101 10110 1001000 110100

Color Harmonies of #DD6B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B2B

Black with #DD6B2B

Text Example


Text Example

White with #DD6B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B2B; }

 p { color: rgb(221,107,43); }

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

background-color css

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

 a { background-color: rgb(221,107,43); }

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

border-color css

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

 span { border-color: rgb(221,107,43); }

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