Html Css Color HEX #D56F26 Tahiti Gold

📋 copy color: '#D56F26'

red 213 ◦ green 111 ◦ blue 38

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

Shades of Tahiti Gold #D56F26

Tints of Tahiti Gold #D56F26

RGB

 RED value IS 213 (83.59% from 255) = 58.84%

 GREEN value IS 111 (43.75% from 255) = 30.66%

 BLUE value IS 38 (15.23% from 255) = 10.5%

R = 58.84%
G = 30.66%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D56F26 (or 0xD56F26) is known color: Tahiti Gold. HEX triplet: D5, 6F and 26. RGB value is (213,111,38). Sum of RGB (Red+Green+Blue) = 213+111+38=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56F26 is #2A90D9. Grayscale: #858585. Windows color (decimal): -2789594 or 2518997. OLE color: 2518997.

HSL color Cylindrical-coordinate representation of color #D56F26: hue angle of 25.03º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D56F26 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 111 38 -
CMYK 0 0.48 0.82 0.16
HSL 25.03º 0.7% 0.49% -
HSV(B) 25.03º 0.82% 0.84% -
XYZ 33.47 25.65 5.02 -
YUV 133.18 74.29 184.94 -
System Red Green Blue C M Y K H S L
Decimal 213 111 38 0 0.48 0.82 0.16 25.03 0.7 0.49
Hex D5 6F 26 0 30 52 10 19 46 31
Octal 325 157 46 0 60 122 20 31 106 61
Binary 11010101 1101111 100110 0 110000 1010010 10000 11001 1000110 110001

Color Harmonies of #D56F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F26

Black with #D56F26

Text Example


Text Example

White with #D56F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F26; }

 p { color: rgb(213,111,38); }

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

background-color css

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

 a { background-color: rgb(213,111,38); }

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

border-color css

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

 span { border-color: rgb(213,111,38); }

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