Html Css Color HEX #D0921D Buttercup

📋 copy color: '#D0921D'

red 208 ◦ green 146 ◦ blue 29

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

Shades of Buttercup #D0921D

Tints of Buttercup #D0921D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.12%

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

R = 54.31%
G = 38.12%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0921D (or 0xD0921D) is known color: Buttercup. HEX triplet: D0, 92 and 1D. RGB value is (208,146,29). Sum of RGB (Red+Green+Blue) = 208+146+29=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0921D is #2F6DE2. Grayscale: #979797. Windows color (decimal): -3108323 or 1938128. OLE color: 1938128.

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

Color convert

RGB 208 146 29 -
CMYK 0 0.30 0.86 0.18
HSL 39.22º 0.76% 0.46% -
HSV(B) 39.22º 0.86% 0.82% -
XYZ 36.51 34.06 5.81 -
YUV 151.2 59.04 168.51 -
System Red Green Blue C M Y K H S L
Decimal 208 146 29 0 0.30 0.86 0.18 39.22 0.76 0.46
Hex D0 92 1D 0 1E 56 12 27 4C 2E
Octal 320 222 35 0 36 126 22 47 114 56
Binary 11010000 10010010 11101 0 11110 1010110 10010 100111 1001100 101110

Color Harmonies of #D0921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0921D

Black with #D0921D

Text Example


Text Example

White with #D0921D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0921D; }

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

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

background-color css

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

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

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

border-color css

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

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

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