Html Css Color HEX #D68B25 Buttercup

📋 copy color: '#D68B25'

red 214 ◦ green 139 ◦ blue 37

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

Shades of Buttercup #D68B25

Tints of Buttercup #D68B25

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.64%

 BLUE value IS 37 (14.84% from 255) = 9.49%

R = 54.87%
G = 35.64%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D68B25 (or 0xD68B25) is known color: Buttercup. HEX triplet: D6, 8B and 25. RGB value is (214,139,37). Sum of RGB (Red+Green+Blue) = 214+139+37=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68B25 is #2974DA. Grayscale: #969696. Windows color (decimal): -2716891 or 2460630. OLE color: 2460630.

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

Color convert

RGB 214 139 37 -
CMYK 0 0.35 0.83 0.16
HSL 34.58º 0.71% 0.49% -
HSV(B) 34.58º 0.83% 0.84% -
XYZ 37.3 32.89 6.13 -
YUV 149.8 64.35 173.79 -
System Red Green Blue C M Y K H S L
Decimal 214 139 37 0 0.35 0.83 0.16 34.58 0.71 0.49
Hex D6 8B 25 0 23 53 10 23 47 31
Octal 326 213 45 0 43 123 20 43 107 61
Binary 11010110 10001011 100101 0 100011 1010011 10000 100011 1000111 110001

Color Harmonies of #D68B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68B25

Black with #D68B25

Text Example


Text Example

White with #D68B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68B25; }

 p { color: rgb(214,139,37); }

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

background-color css

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

 a { background-color: rgb(214,139,37); }

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

border-color css

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

 span { border-color: rgb(214,139,37); }

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