Html Css Color HEX #D68C1D Buttercup

📋 copy color: '#D68C1D'

red 214 ◦ green 140 ◦ blue 29

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

Shades of Buttercup #D68C1D

Tints of Buttercup #D68C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.57%

R = 55.87%
G = 36.55%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D68C1D (or 0xD68C1D) is known color: Buttercup. HEX triplet: D6, 8C and 1D. RGB value is (214,140,29). Sum of RGB (Red+Green+Blue) = 214+140+29=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C1D is #2973E2. Grayscale: #959595. Windows color (decimal): -2716643 or 1936598. OLE color: 1936598.

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

Color convert

RGB 214 140 29 -
CMYK 0 0.35 0.86 0.16
HSL 36º 0.76% 0.48% -
HSV(B) 36º 0.86% 0.84% -
XYZ 37.33 33.14 5.59 -
YUV 149.47 60.02 174.03 -
System Red Green Blue C M Y K H S L
Decimal 214 140 29 0 0.35 0.86 0.16 36 0.76 0.48
Hex D6 8C 1D 0 23 56 10 24 4C 30
Octal 326 214 35 0 43 126 20 44 114 60
Binary 11010110 10001100 11101 0 100011 1010110 10000 100100 1001100 110000

Color Harmonies of #D68C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C1D

Black with #D68C1D

Text Example


Text Example

White with #D68C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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