Html Css Color HEX #D6901D Buttercup

📋 copy color: '#D6901D'

red 214 ◦ green 144 ◦ blue 29

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

Shades of Buttercup #D6901D

Tints of Buttercup #D6901D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.21%

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

R = 55.3%
G = 37.21%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6901D (or 0xD6901D) is known color: Buttercup. HEX triplet: D6, 90 and 1D. RGB value is (214,144,29). Sum of RGB (Red+Green+Blue) = 214+144+29=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6901D is #296FE2. Grayscale: #989898. Windows color (decimal): -2715619 or 1937622. OLE color: 1937622.

HSL color Cylindrical-coordinate representation of color #D6901D: hue angle of 37.3º 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 #D6901D is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 144 29 -
CMYK 0 0.33 0.86 0.16
HSL 37.3º 0.76% 0.48% -
HSV(B) 37.3º 0.86% 0.84% -
XYZ 37.93 34.33 5.79 -
YUV 151.82 58.69 172.35 -
System Red Green Blue C M Y K H S L
Decimal 214 144 29 0 0.33 0.86 0.16 37.3 0.76 0.48
Hex D6 90 1D 0 21 56 10 25 4C 30
Octal 326 220 35 0 41 126 20 45 114 60
Binary 11010110 10010000 11101 0 100001 1010110 10000 100101 1001100 110000

Color Harmonies of #D6901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6901D

Black with #D6901D

Text Example


Text Example

White with #D6901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6901D; }

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

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

background-color css

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

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

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

border-color css

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

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

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