Html Css Color HEX #D69A2D Buttercup

📋 copy color: '#D69A2D'

red 214 ◦ green 154 ◦ blue 45

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

Shades of Buttercup #D69A2D

Tints of Buttercup #D69A2D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.29%

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

R = 51.82%
G = 37.29%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D69A2D (or 0xD69A2D) is known color: Buttercup. HEX triplet: D6, 9A and 2D. RGB value is (214,154,45). Sum of RGB (Red+Green+Blue) = 214+154+45=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69A2D is #2965D2. Grayscale: #A0A0A0. Windows color (decimal): -2713043 or 2988758. OLE color: 2988758.

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

Color convert

RGB 214 154 45 -
CMYK 0 0.28 0.79 0.16
HSL 38.7º 0.67% 0.51% -
HSV(B) 38.7º 0.79% 0.84% -
XYZ 39.76 37.6 7.64 -
YUV 159.51 63.38 166.86 -
System Red Green Blue C M Y K H S L
Decimal 214 154 45 0 0.28 0.79 0.16 38.7 0.67 0.51
Hex D6 9A 2D 0 1C 4F 10 27 43 33
Octal 326 232 55 0 34 117 20 47 103 63
Binary 11010110 10011010 101101 0 11100 1001111 10000 100111 1000011 110011

Color Harmonies of #D69A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A2D

Black with #D69A2D

Text Example


Text Example

White with #D69A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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