Html Css Color HEX #D69825 Buttercup

📋 copy color: '#D69825'

red 214 ◦ green 152 ◦ blue 37

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

Shades of Buttercup #D69825

Tints of Buttercup #D69825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.18%

R = 53.1%
G = 37.72%
B = 9.18%

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

#D69825 (or 0xD69825) is known color: Buttercup. HEX triplet: D6, 98 and 25. RGB value is (214,152,37). Sum of RGB (Red+Green+Blue) = 214+152+37=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D69825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69825 is #2967DA. Grayscale: #9D9D9D. Windows color (decimal): -2713563 or 2463958. OLE color: 2463958.

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

Color convert

RGB 214 152 37 -
CMYK 0 0.29 0.83 0.16
HSL 38.98º 0.71% 0.49% -
HSV(B) 38.98º 0.83% 0.84% -
XYZ 39.29 36.89 6.8 -
YUV 157.43 60.04 168.35 -
System Red Green Blue C M Y K H S L
Decimal 214 152 37 0 0.29 0.83 0.16 38.98 0.71 0.49
Hex D6 98 25 0 1D 53 10 27 47 31
Octal 326 230 45 0 35 123 20 47 107 61
Binary 11010110 10011000 100101 0 11101 1010011 10000 100111 1000111 110001

Color Harmonies of #D69825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69825

Black with #D69825

Text Example


Text Example

White with #D69825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69825; }

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

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

background-color css

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

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

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

border-color css

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

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

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