Html Css Color HEX #DD762B Tahiti Gold

📋 copy color: '#DD762B'

red 221 ◦ green 118 ◦ blue 43

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

Shades of Tahiti Gold #DD762B

Tints of Tahiti Gold #DD762B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.89%

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

R = 57.85%
G = 30.89%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD762B (or 0xDD762B) is known color: Tahiti Gold. HEX triplet: DD, 76 and 2B. RGB value is (221,118,43). Sum of RGB (Red+Green+Blue) = 221+118+43=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD762B is #2289D4. Grayscale: #8C8C8C. Windows color (decimal): -2263509 or 2848477. OLE color: 2848477.

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

Color convert

RGB 221 118 43 -
CMYK 0 0.47 0.81 0.13
HSL 25.28º 0.72% 0.52% -
HSV(B) 25.28º 0.81% 0.87% -
XYZ 36.73 28.5 5.85 -
YUV 140.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 221 118 43 0 0.47 0.81 0.13 25.28 0.72 0.52
Hex DD 76 2B 0 2F 51 D 19 48 34
Octal 335 166 53 0 57 121 15 31 110 64
Binary 11011101 1110110 101011 0 101111 1010001 1101 11001 1001000 110100

Color Harmonies of #DD762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD762B

Black with #DD762B

Text Example


Text Example

White with #DD762B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD762B; }

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

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

background-color css

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

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

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

border-color css

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

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

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