Html Css Color HEX #D68905 Gamboge

📋 copy color: '#D68905'

red 214 ◦ green 137 ◦ blue 5

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

Shades of Gamboge #D68905

Tints of Gamboge #D68905

RGB

 RED value IS 214 (83.98% from 255) = 60.11%

 GREEN value IS 137 (53.91% from 255) = 38.48%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 60.11%
G = 38.48%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D68905 (or 0xD68905) is known color: Gamboge. HEX triplet: D6, 89 and 05. RGB value is (214,137,5). Sum of RGB (Red+Green+Blue) = 214+137+5=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D68905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68905 is #2976FA. Grayscale: #919191. Windows color (decimal): -2717435 or 362966. OLE color: 362966.

HSL color Cylindrical-coordinate representation of color #D68905: hue angle of 37.89º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D68905 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 137 5 -
CMYK 0 0.36 0.98 0.16
HSL 37.89º 0.95% 0.43% -
HSV(B) 37.89º 0.98% 0.84% -
XYZ 36.7 32.2 4.42 -
YUV 144.98 49.01 177.23 -
System Red Green Blue C M Y K H S L
Decimal 214 137 5 0 0.36 0.98 0.16 37.89 0.95 0.43
Hex D6 89 5 0 24 62 10 26 5F 2B
Octal 326 211 5 0 44 142 20 46 137 53
Binary 11010110 10001001 101 0 100100 1100010 10000 100110 1011111 101011

Color Harmonies of #D68905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68905

Black with #D68905

Text Example


Text Example

White with #D68905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68905; }

 p { color: rgb(214,137,5); }

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

background-color css

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

 a { background-color: rgb(214,137,5); }

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

border-color css

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

 span { border-color: rgb(214,137,5); }

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