Html Css Color HEX #D69824 Buttercup

📋 copy color: '#D69824'

red 214 ◦ green 152 ◦ blue 36

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

Shades of Buttercup #D69824

Tints of Buttercup #D69824

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.81%

 BLUE value IS 36 (14.45% from 255) = 8.96%

R = 53.23%
G = 37.81%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D69824 (or 0xD69824) is known color: Buttercup. HEX triplet: D6, 98 and 24. RGB value is (214,152,36). Sum of RGB (Red+Green+Blue) = 214+152+36=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D69824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69824 is #2967DB. Grayscale: #9D9D9D. Windows color (decimal): -2713564 or 2398422. OLE color: 2398422.

HSL color Cylindrical-coordinate representation of color #D69824: hue angle of 39.1º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D69824 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 152 36 -
CMYK 0 0.29 0.83 0.16
HSL 39.1º 0.71% 0.49% -
HSV(B) 39.1º 0.83% 0.84% -
XYZ 39.28 36.88 6.72 -
YUV 157.31 59.54 168.43 -
System Red Green Blue C M Y K H S L
Decimal 214 152 36 0 0.29 0.83 0.16 39.1 0.71 0.49
Hex D6 98 24 0 1D 53 10 27 47 31
Octal 326 230 44 0 35 123 20 47 107 61
Binary 11010110 10011000 100100 0 11101 1010011 10000 100111 1000111 110001

Color Harmonies of #D69824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69824

Black with #D69824

Text Example


Text Example

White with #D69824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69824; }

 p { color: rgb(214,152,36); }

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

background-color css

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

 a { background-color: rgb(214,152,36); }

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

border-color css

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

 span { border-color: rgb(214,152,36); }

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