Html Css Color HEX #D69323 Buttercup

📋 copy color: '#D69323'

red 214 ◦ green 147 ◦ blue 35

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

Shades of Buttercup #D69323

Tints of Buttercup #D69323

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.12%

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

R = 54.04%
G = 37.12%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D69323 (or 0xD69323) is known color: Buttercup. HEX triplet: D6, 93 and 23. RGB value is (214,147,35). Sum of RGB (Red+Green+Blue) = 214+147+35=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 35 (14.06% from 255 or 8.84% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D69323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69323 is #296CDC. Grayscale: #9A9A9A. Windows color (decimal): -2714845 or 2331606. OLE color: 2331606.

HSL color Cylindrical-coordinate representation of color #D69323: hue angle of 37.54º 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 #D69323 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 147 35 -
CMYK 0 0.31 0.84 0.16
HSL 37.54º 0.72% 0.49% -
HSV(B) 37.54º 0.84% 0.84% -
XYZ 38.47 35.28 6.37 -
YUV 154.27 60.7 170.61 -
System Red Green Blue C M Y K H S L
Decimal 214 147 35 0 0.31 0.84 0.16 37.54 0.72 0.49
Hex D6 93 23 0 1F 54 10 26 48 31
Octal 326 223 43 0 37 124 20 46 110 61
Binary 11010110 10010011 100011 0 11111 1010100 10000 100110 1001000 110001

Color Harmonies of #D69323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69323

Black with #D69323

Text Example


Text Example

White with #D69323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69323; }

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

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

background-color css

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

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

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

border-color css

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

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

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