Html Css Color HEX #D69A23 Buttercup

📋 copy color: '#D69A23'

red 214 ◦ green 154 ◦ blue 35

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

Shades of Buttercup #D69A23

Tints of Buttercup #D69A23

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.21%

 BLUE value IS 35 (14.06% from 255) = 8.68%

R = 53.1%
G = 38.21%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D69A23 (or 0xD69A23) is known color: Buttercup. HEX triplet: D6, 9A and 23. RGB value is (214,154,35). Sum of RGB (Red+Green+Blue) = 214+154+35=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69A23 is #2965DC. Grayscale: #9E9E9E. Windows color (decimal): -2713053 or 2333398. OLE color: 2333398.

HSL color Cylindrical-coordinate representation of color #D69A23: hue angle of 39.89º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D69A23 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 35 -
CMYK 0 0.28 0.84 0.16
HSL 39.89º 0.72% 0.49% -
HSV(B) 39.89º 0.84% 0.84% -
XYZ 39.59 37.53 6.75 -
YUV 158.37 58.38 167.68 -
System Red Green Blue C M Y K H S L
Decimal 214 154 35 0 0.28 0.84 0.16 39.89 0.72 0.49
Hex D6 9A 23 0 1C 54 10 28 48 31
Octal 326 232 43 0 34 124 20 50 110 61
Binary 11010110 10011010 100011 0 11100 1010100 10000 101000 1001000 110001

Color Harmonies of #D69A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A23

Black with #D69A23

Text Example


Text Example

White with #D69A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A23; }

 p { color: rgb(214,154,35); }

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

background-color css

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

 a { background-color: rgb(214,154,35); }

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

border-color css

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

 span { border-color: rgb(214,154,35); }

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