Html Css Color HEX #D38A1D Buttercup

📋 copy color: '#D38A1D'

red 211 ◦ green 138 ◦ blue 29

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

Shades of Buttercup #D38A1D

Tints of Buttercup #D38A1D

RGB

 RED value IS 211 (82.81% from 255) = 55.82%

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

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

R = 55.82%
G = 36.51%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D38A1D (or 0xD38A1D) is known color: Buttercup. HEX triplet: D3, 8A and 1D. RGB value is (211,138,29). Sum of RGB (Red+Green+Blue) = 211+138+29=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38A1D is #2C75E2. Grayscale: #939393. Windows color (decimal): -2913763 or 1936083. OLE color: 1936083.

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

Color convert

RGB 211 138 29 -
CMYK 0 0.35 0.86 0.17
HSL 35.93º 0.76% 0.47% -
HSV(B) 35.93º 0.86% 0.83% -
XYZ 36.17 32.11 5.45 -
YUV 147.4 61.18 173.36 -
System Red Green Blue C M Y K H S L
Decimal 211 138 29 0 0.35 0.86 0.17 35.93 0.76 0.47
Hex D3 8A 1D 0 23 56 11 24 4C 2F
Octal 323 212 35 0 43 126 21 44 114 57
Binary 11010011 10001010 11101 0 100011 1010110 10001 100100 1001100 101111

Color Harmonies of #D38A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38A1D

Black with #D38A1D

Text Example


Text Example

White with #D38A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38A1D; }

 p { color: rgb(211,138,29); }

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

background-color css

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

 a { background-color: rgb(211,138,29); }

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

border-color css

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

 span { border-color: rgb(211,138,29); }

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