Html Css Color HEX #DD7F23 Tahiti Gold

📋 copy color: '#DD7F23'

red 221 ◦ green 127 ◦ blue 35

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

Shades of Tahiti Gold #DD7F23

Tints of Tahiti Gold #DD7F23

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

 BLUE value IS 35 (14.06% from 255) = 9.14%

R = 57.7%
G = 33.16%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD7F23 (or 0xDD7F23) is known color: Tahiti Gold. HEX triplet: DD, 7F and 23. RGB value is (221,127,35). Sum of RGB (Red+Green+Blue) = 221+127+35=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F23 is #2280DC. Grayscale: #919191. Windows color (decimal): -2261213 or 2326493. OLE color: 2326493.

HSL color Cylindrical-coordinate representation of color #DD7F23: hue angle of 29.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD7F23 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 127 35 -
CMYK 0 0.43 0.84 0.13
HSL 29.68º 0.73% 0.5% -
HSV(B) 29.68º 0.84% 0.87% -
XYZ 37.71 30.67 5.52 -
YUV 144.62 66.14 182.48 -
System Red Green Blue C M Y K H S L
Decimal 221 127 35 0 0.43 0.84 0.13 29.68 0.73 0.5
Hex DD 7F 23 0 2B 54 D 1E 49 32
Octal 335 177 43 0 53 124 15 36 111 62
Binary 11011101 1111111 100011 0 101011 1010100 1101 11110 1001001 110010

Color Harmonies of #DD7F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F23

Black with #DD7F23

Text Example


Text Example

White with #DD7F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F23; }

 p { color: rgb(221,127,35); }

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

background-color css

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

 a { background-color: rgb(221,127,35); }

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

border-color css

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

 span { border-color: rgb(221,127,35); }

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