Html Css Color HEX #D69C2F Buttercup

📋 copy color: '#D69C2F'

red 214 ◦ green 156 ◦ blue 47

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

Shades of Buttercup #D69C2F

Tints of Buttercup #D69C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.27%

R = 51.32%
G = 37.41%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D69C2F (or 0xD69C2F) is known color: Buttercup. HEX triplet: D6, 9C and 2F. RGB value is (214,156,47). Sum of RGB (Red+Green+Blue) = 214+156+47=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69C2F is #2963D0. Grayscale: #A1A1A1. Windows color (decimal): -2712529 or 3120342. OLE color: 3120342.

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

Color convert

RGB 214 156 47 -
CMYK 0 0.27 0.78 0.16
HSL 39.16º 0.67% 0.51% -
HSV(B) 39.16º 0.78% 0.84% -
XYZ 40.13 38.28 7.96 -
YUV 160.92 63.72 165.86 -
System Red Green Blue C M Y K H S L
Decimal 214 156 47 0 0.27 0.78 0.16 39.16 0.67 0.51
Hex D6 9C 2F 0 1B 4E 10 27 43 33
Octal 326 234 57 0 33 116 20 47 103 63
Binary 11010110 10011100 101111 0 11011 1001110 10000 100111 1000011 110011

Color Harmonies of #D69C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C2F

Black with #D69C2F

Text Example


Text Example

White with #D69C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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