Html Css Color HEX #DD8E07 Gamboge

📋 copy color: '#DD8E07'

red 221 ◦ green 142 ◦ blue 7

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

Shades of Gamboge #DD8E07

Tints of Gamboge #DD8E07

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.38%

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 59.73%
G = 38.38%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD8E07 (or 0xDD8E07) is known color: Gamboge. HEX triplet: DD, 8E and 07. RGB value is (221,142,7). Sum of RGB (Red+Green+Blue) = 221+142+7=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8E07 is #2271F8. Grayscale: #969696. Windows color (decimal): -2257401 or 495325. OLE color: 495325.

HSL color Cylindrical-coordinate representation of color #DD8E07: hue angle of 37.85º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD8E07 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 142 7 -
CMYK 0 0.36 0.97 0.13
HSL 37.85º 0.94% 0.45% -
HSV(B) 37.85º 0.97% 0.87% -
XYZ 39.53 34.73 4.82 -
YUV 150.23 47.17 178.48 -
System Red Green Blue C M Y K H S L
Decimal 221 142 7 0 0.36 0.97 0.13 37.85 0.94 0.45
Hex DD 8E 7 0 24 61 D 26 5E 2D
Octal 335 216 7 0 44 141 15 46 136 55
Binary 11011101 10001110 111 0 100100 1100001 1101 100110 1011110 101101

Color Harmonies of #DD8E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8E07

Black with #DD8E07

Text Example


Text Example

White with #DD8E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8E07; }

 p { color: rgb(221,142,7); }

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

background-color css

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

 a { background-color: rgb(221,142,7); }

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

border-color css

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

 span { border-color: rgb(221,142,7); }

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