Html Css Color HEX #D68C23 Buttercup

📋 copy color: '#D68C23'

red 214 ◦ green 140 ◦ blue 35

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

Shades of Buttercup #D68C23

Tints of Buttercup #D68C23

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

 BLUE value IS 35 (14.06% from 255) = 9%

R = 55.01%
G = 35.99%
B = 9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D68C23 (or 0xD68C23) is known color: Buttercup. HEX triplet: D6, 8C and 23. RGB value is (214,140,35). Sum of RGB (Red+Green+Blue) = 214+140+35=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 35 (14.06% from 255 or 9.00% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C23 is #2973DC. Grayscale: #969696. Windows color (decimal): -2716637 or 2329814. OLE color: 2329814.

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

Color convert

RGB 214 140 35 -
CMYK 0 0.35 0.84 0.16
HSL 35.2º 0.72% 0.49% -
HSV(B) 35.2º 0.84% 0.84% -
XYZ 37.41 33.17 6.02 -
YUV 150.16 63.02 173.54 -
System Red Green Blue C M Y K H S L
Decimal 214 140 35 0 0.35 0.84 0.16 35.2 0.72 0.49
Hex D6 8C 23 0 23 54 10 23 48 31
Octal 326 214 43 0 43 124 20 43 110 61
Binary 11010110 10001100 100011 0 100011 1010100 10000 100011 1001000 110001

Color Harmonies of #D68C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C23

Black with #D68C23

Text Example


Text Example

White with #D68C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C23; }

 p { color: rgb(214,140,35); }

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

background-color css

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

 a { background-color: rgb(214,140,35); }

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

border-color css

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

 span { border-color: rgb(214,140,35); }

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