Html Css Color HEX #D69523 Buttercup

📋 copy color: '#D69523'

red 214 ◦ green 149 ◦ blue 35

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

Shades of Buttercup #D69523

Tints of Buttercup #D69523

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.44%

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

R = 53.77%
G = 37.44%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D69523 (or 0xD69523) is known color: Buttercup. HEX triplet: D6, 95 and 23. RGB value is (214,149,35). Sum of RGB (Red+Green+Blue) = 214+149+35=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 35 (14.06% from 255 or 8.79% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D69523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69523 is #296ADC. Grayscale: #9B9B9B. Windows color (decimal): -2714333 or 2332118. OLE color: 2332118.

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

Color convert

RGB 214 149 35 -
CMYK 0 0.30 0.84 0.16
HSL 38.21º 0.72% 0.49% -
HSV(B) 38.21º 0.84% 0.84% -
XYZ 38.78 35.91 6.48 -
YUV 155.44 60.03 169.77 -
System Red Green Blue C M Y K H S L
Decimal 214 149 35 0 0.30 0.84 0.16 38.21 0.72 0.49
Hex D6 95 23 0 1E 54 10 26 48 31
Octal 326 225 43 0 36 124 20 46 110 61
Binary 11010110 10010101 100011 0 11110 1010100 10000 100110 1001000 110001

Color Harmonies of #D69523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69523

Black with #D69523

Text Example


Text Example

White with #D69523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69523; }

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

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

background-color css

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

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

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

border-color css

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

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

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