Html Css Color HEX #D69D2D Buttercup

📋 copy color: '#D69D2D'

red 214 ◦ green 157 ◦ blue 45

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

Shades of Buttercup #D69D2D

Tints of Buttercup #D69D2D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.74%

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

R = 51.44%
G = 37.74%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D69D2D (or 0xD69D2D) is known color: Buttercup. HEX triplet: D6, 9D and 2D. RGB value is (214,157,45). Sum of RGB (Red+Green+Blue) = 214+157+45=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69D2D is #2962D2. Grayscale: #A1A1A1. Windows color (decimal): -2712275 or 2989526. OLE color: 2989526.

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

Color convert

RGB 214 157 45 -
CMYK 0 0.27 0.79 0.16
HSL 39.76º 0.67% 0.51% -
HSV(B) 39.76º 0.79% 0.84% -
XYZ 40.26 38.6 7.81 -
YUV 161.28 62.38 165.61 -
System Red Green Blue C M Y K H S L
Decimal 214 157 45 0 0.27 0.79 0.16 39.76 0.67 0.51
Hex D6 9D 2D 0 1B 4F 10 28 43 33
Octal 326 235 55 0 33 117 20 50 103 63
Binary 11010110 10011101 101101 0 11011 1001111 10000 101000 1000011 110011

Color Harmonies of #D69D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D2D

Black with #D69D2D

Text Example


Text Example

White with #D69D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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