Html Css Color HEX #D69C2D Buttercup

📋 copy color: '#D69C2D'

red 214 ◦ green 156 ◦ blue 45

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

Shades of Buttercup #D69C2D

Tints of Buttercup #D69C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.84%

R = 51.57%
G = 37.59%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D69C2D (or 0xD69C2D) is known color: Buttercup. HEX triplet: D6, 9C and 2D. RGB value is (214,156,45). Sum of RGB (Red+Green+Blue) = 214+156+45=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69C2D is #2963D2. Grayscale: #A1A1A1. Windows color (decimal): -2712531 or 2989270. OLE color: 2989270.

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

Color convert

RGB 214 156 45 -
CMYK 0 0.27 0.79 0.16
HSL 39.41º 0.67% 0.51% -
HSV(B) 39.41º 0.79% 0.84% -
XYZ 40.09 38.26 7.75 -
YUV 160.69 62.72 166.03 -
System Red Green Blue C M Y K H S L
Decimal 214 156 45 0 0.27 0.79 0.16 39.41 0.67 0.51
Hex D6 9C 2D 0 1B 4F 10 27 43 33
Octal 326 234 55 0 33 117 20 47 103 63
Binary 11010110 10011100 101101 0 11011 1001111 10000 100111 1000011 110011

Color Harmonies of #D69C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C2D

Black with #D69C2D

Text Example


Text Example

White with #D69C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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