Html Css Color HEX #D69827 Buttercup

📋 copy color: '#D69827'

red 214 ◦ green 152 ◦ blue 39

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

Shades of Buttercup #D69827

Tints of Buttercup #D69827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.63%

R = 52.84%
G = 37.53%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D69827 (or 0xD69827) is known color: Buttercup. HEX triplet: D6, 98 and 27. RGB value is (214,152,39). Sum of RGB (Red+Green+Blue) = 214+152+39=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D69827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69827 is #2967D8. Grayscale: #9E9E9E. Windows color (decimal): -2713561 or 2595030. OLE color: 2595030.

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

Color convert

RGB 214 152 39 -
CMYK 0 0.29 0.82 0.16
HSL 38.74º 0.69% 0.5% -
HSV(B) 38.74º 0.82% 0.84% -
XYZ 39.33 36.9 6.97 -
YUV 157.66 61.04 168.19 -
System Red Green Blue C M Y K H S L
Decimal 214 152 39 0 0.29 0.82 0.16 38.74 0.69 0.5
Hex D6 98 27 0 1D 52 10 27 45 32
Octal 326 230 47 0 35 122 20 47 105 62
Binary 11010110 10011000 100111 0 11101 1010010 10000 100111 1000101 110010

Color Harmonies of #D69827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69827

Black with #D69827

Text Example


Text Example

White with #D69827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69827; }

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

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

background-color css

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

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

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

border-color css

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

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

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