Html Css Color HEX #D68A27 Buttercup

📋 copy color: '#D68A27'

red 214 ◦ green 138 ◦ blue 39

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

Shades of Buttercup #D68A27

Tints of Buttercup #D68A27

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.29%

 BLUE value IS 39 (15.63% from 255) = 9.97%

R = 54.73%
G = 35.29%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D68A27 (or 0xD68A27) is known color: Buttercup. HEX triplet: D6, 8A and 27. RGB value is (214,138,39). Sum of RGB (Red+Green+Blue) = 214+138+39=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A27 is #2975D8. Grayscale: #959595. Windows color (decimal): -2717145 or 2591446. OLE color: 2591446.

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

Color convert

RGB 214 138 39 -
CMYK 0 0.36 0.82 0.16
HSL 33.94º 0.69% 0.5% -
HSV(B) 33.94º 0.82% 0.84% -
XYZ 37.19 32.62 6.26 -
YUV 149.44 65.68 174.05 -
System Red Green Blue C M Y K H S L
Decimal 214 138 39 0 0.36 0.82 0.16 33.94 0.69 0.5
Hex D6 8A 27 0 24 52 10 22 45 32
Octal 326 212 47 0 44 122 20 42 105 62
Binary 11010110 10001010 100111 0 100100 1010010 10000 100010 1000101 110010

Color Harmonies of #D68A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A27

Black with #D68A27

Text Example


Text Example

White with #D68A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A27; }

 p { color: rgb(214,138,39); }

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

background-color css

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

 a { background-color: rgb(214,138,39); }

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

border-color css

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

 span { border-color: rgb(214,138,39); }

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