Html Css Color HEX #D69C29 Buttercup

📋 copy color: '#D69C29'

red 214 ◦ green 156 ◦ blue 41

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

Shades of Buttercup #D69C29

Tints of Buttercup #D69C29

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.96%

 BLUE value IS 41 (16.41% from 255) = 9.98%

R = 52.07%
G = 37.96%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D69C29 (or 0xD69C29) is known color: Buttercup. HEX triplet: D6, 9C and 29. RGB value is (214,156,41). Sum of RGB (Red+Green+Blue) = 214+156+41=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69C29 is #2963D6. Grayscale: #A0A0A0. Windows color (decimal): -2712535 or 2727126. OLE color: 2727126.

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

Color convert

RGB 214 156 41 -
CMYK 0 0.27 0.81 0.16
HSL 39.88º 0.68% 0.5% -
HSV(B) 39.88º 0.81% 0.84% -
XYZ 40.02 38.23 7.37 -
YUV 160.23 60.72 166.35 -
System Red Green Blue C M Y K H S L
Decimal 214 156 41 0 0.27 0.81 0.16 39.88 0.68 0.5
Hex D6 9C 29 0 1B 51 10 28 44 32
Octal 326 234 51 0 33 121 20 50 104 62
Binary 11010110 10011100 101001 0 11011 1010001 10000 101000 1000100 110010

Color Harmonies of #D69C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C29

Black with #D69C29

Text Example


Text Example

White with #D69C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C29; }

 p { color: rgb(214,156,41); }

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

background-color css

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

 a { background-color: rgb(214,156,41); }

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

border-color css

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

 span { border-color: rgb(214,156,41); }

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