Html Css Color HEX #D68B18 Buttercup

📋 copy color: '#D68B18'

red 214 ◦ green 139 ◦ blue 24

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

Shades of Buttercup #D68B18

Tints of Buttercup #D68B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.37%

R = 56.76%
G = 36.87%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D68B18 (or 0xD68B18) is known color: Buttercup. HEX triplet: D6, 8B and 18. RGB value is (214,139,24). Sum of RGB (Red+Green+Blue) = 214+139+24=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68B18 is #2974E7. Grayscale: #949494. Windows color (decimal): -2716904 or 1608662. OLE color: 1608662.

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

Color convert

RGB 214 139 24 -
CMYK 0 0.35 0.89 0.16
HSL 36.32º 0.8% 0.47% -
HSV(B) 36.32º 0.89% 0.84% -
XYZ 37.13 32.83 5.24 -
YUV 148.32 57.85 174.85 -
System Red Green Blue C M Y K H S L
Decimal 214 139 24 0 0.35 0.89 0.16 36.32 0.8 0.47
Hex D6 8B 18 0 23 59 10 24 50 2F
Octal 326 213 30 0 43 131 20 44 120 57
Binary 11010110 10001011 11000 0 100011 1011001 10000 100100 1010000 101111

Color Harmonies of #D68B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68B18

Black with #D68B18

Text Example


Text Example

White with #D68B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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