Html Css Color HEX #D69A2B Buttercup

📋 copy color: '#D69A2B'

red 214 ◦ green 154 ◦ blue 43

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

Shades of Buttercup #D69A2B

Tints of Buttercup #D69A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.46%

R = 52.07%
G = 37.47%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D69A2B (or 0xD69A2B) is known color: Buttercup. HEX triplet: D6, 9A and 2B. RGB value is (214,154,43). Sum of RGB (Red+Green+Blue) = 214+154+43=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69A2B is #2965D4. Grayscale: #9F9F9F. Windows color (decimal): -2713045 or 2857686. OLE color: 2857686.

HSL color Cylindrical-coordinate representation of color #D69A2B: hue angle of 38.95º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D69A2B is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 43 -
CMYK 0 0.28 0.80 0.16
HSL 38.95º 0.68% 0.5% -
HSV(B) 38.95º 0.8% 0.84% -
XYZ 39.72 37.58 7.45 -
YUV 159.29 62.38 167.03 -
System Red Green Blue C M Y K H S L
Decimal 214 154 43 0 0.28 0.80 0.16 38.95 0.68 0.5
Hex D6 9A 2B 0 1C 50 10 27 44 32
Octal 326 232 53 0 34 120 20 47 104 62
Binary 11010110 10011010 101011 0 11100 1010000 10000 100111 1000100 110010

Color Harmonies of #D69A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A2B

Black with #D69A2B

Text Example


Text Example

White with #D69A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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