Html Css Color HEX #D69E2D Buttercup

📋 copy color: '#D69E2D'

red 214 ◦ green 158 ◦ blue 45

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

Shades of Buttercup #D69E2D

Tints of Buttercup #D69E2D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.89%

 BLUE value IS 45 (17.97% from 255) = 10.79%

R = 51.32%
G = 37.89%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D69E2D (or 0xD69E2D) is known color: Buttercup. HEX triplet: D6, 9E and 2D. RGB value is (214,158,45). Sum of RGB (Red+Green+Blue) = 214+158+45=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69E2D is #2961D2. Grayscale: #A2A2A2. Windows color (decimal): -2712019 or 2989782. OLE color: 2989782.

HSL color Cylindrical-coordinate representation of color #D69E2D: hue angle of 40.12º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D69E2D is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 158 45 -
CMYK 0 0.26 0.79 0.16
HSL 40.12º 0.67% 0.51% -
HSV(B) 40.12º 0.79% 0.84% -
XYZ 40.43 38.94 7.87 -
YUV 161.86 62.05 165.19 -
System Red Green Blue C M Y K H S L
Decimal 214 158 45 0 0.26 0.79 0.16 40.12 0.67 0.51
Hex D6 9E 2D 0 1A 4F 10 28 43 33
Octal 326 236 55 0 32 117 20 50 103 63
Binary 11010110 10011110 101101 0 11010 1001111 10000 101000 1000011 110011

Color Harmonies of #D69E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69E2D

Black with #D69E2D

Text Example


Text Example

White with #D69E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69E2D; }

 p { color: rgb(214,158,45); }

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

background-color css

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

 a { background-color: rgb(214,158,45); }

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

border-color css

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

 span { border-color: rgb(214,158,45); }

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