Html Css Color HEX #D69E2B Buttercup

📋 copy color: '#D69E2B'

red 214 ◦ green 158 ◦ blue 43

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

Shades of Buttercup #D69E2B

Tints of Buttercup #D69E2B

RGB

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

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

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

R = 51.57%
G = 38.07%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D69E2B (or 0xD69E2B) is known color: Buttercup. HEX triplet: D6, 9E and 2B. RGB value is (214,158,43). Sum of RGB (Red+Green+Blue) = 214+158+43=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69E2B is #2961D4. Grayscale: #A2A2A2. Windows color (decimal): -2712021 or 2858710. OLE color: 2858710.

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

Color convert

RGB 214 158 43 -
CMYK 0 0.26 0.80 0.16
HSL 40.35º 0.68% 0.5% -
HSV(B) 40.35º 0.8% 0.84% -
XYZ 40.39 38.92 7.67 -
YUV 161.63 61.05 165.35 -
System Red Green Blue C M Y K H S L
Decimal 214 158 43 0 0.26 0.80 0.16 40.35 0.68 0.5
Hex D6 9E 2B 0 1A 50 10 28 44 32
Octal 326 236 53 0 32 120 20 50 104 62
Binary 11010110 10011110 101011 0 11010 1010000 10000 101000 1000100 110010

Color Harmonies of #D69E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69E2B

Black with #D69E2B

Text Example


Text Example

White with #D69E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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