Html Css Color HEX #D08D1D Buttercup

📋 copy color: '#D08D1D'

red 208 ◦ green 141 ◦ blue 29

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

Shades of Buttercup #D08D1D

Tints of Buttercup #D08D1D

RGB

 RED value IS 208 (81.64% from 255) = 55.03%

 GREEN value IS 141 (55.47% from 255) = 37.3%

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

R = 55.03%
G = 37.3%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D08D1D (or 0xD08D1D) is known color: Buttercup. HEX triplet: D0, 8D and 1D. RGB value is (208,141,29). Sum of RGB (Red+Green+Blue) = 208+141+29=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D1D is #2F72E2. Grayscale: #949494. Windows color (decimal): -3109603 or 1936848. OLE color: 1936848.

HSL color Cylindrical-coordinate representation of color #D08D1D: hue angle of 37.54º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D08D1D is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 141 29 -
CMYK 0 0.32 0.86 0.18
HSL 37.54º 0.76% 0.46% -
HSV(B) 37.54º 0.86% 0.82% -
XYZ 35.76 32.55 5.56 -
YUV 148.27 60.7 170.61 -
System Red Green Blue C M Y K H S L
Decimal 208 141 29 0 0.32 0.86 0.18 37.54 0.76 0.46
Hex D0 8D 1D 0 20 56 12 26 4C 2E
Octal 320 215 35 0 40 126 22 46 114 56
Binary 11010000 10001101 11101 0 100000 1010110 10010 100110 1001100 101110

Color Harmonies of #D08D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D1D

Black with #D08D1D

Text Example


Text Example

White with #D08D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D1D; }

 p { color: rgb(208,141,29); }

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

background-color css

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

 a { background-color: rgb(208,141,29); }

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

border-color css

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

 span { border-color: rgb(208,141,29); }

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