Html Css Color HEX #D69525 Buttercup

📋 copy color: '#D69525'

red 214 ◦ green 149 ◦ blue 37

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

Shades of Buttercup #D69525

Tints of Buttercup #D69525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.25%

R = 53.5%
G = 37.25%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D69525 (or 0xD69525) is known color: Buttercup. HEX triplet: D6, 95 and 25. RGB value is (214,149,37). Sum of RGB (Red+Green+Blue) = 214+149+37=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D69525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69525 is #296ADA. Grayscale: #9C9C9C. Windows color (decimal): -2714331 or 2463190. OLE color: 2463190.

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

Color convert

RGB 214 149 37 -
CMYK 0 0.30 0.83 0.16
HSL 37.97º 0.71% 0.49% -
HSV(B) 37.97º 0.83% 0.84% -
XYZ 38.81 35.92 6.64 -
YUV 155.67 61.03 169.61 -
System Red Green Blue C M Y K H S L
Decimal 214 149 37 0 0.30 0.83 0.16 37.97 0.71 0.49
Hex D6 95 25 0 1E 53 10 26 47 31
Octal 326 225 45 0 36 123 20 46 107 61
Binary 11010110 10010101 100101 0 11110 1010011 10000 100110 1000111 110001

Color Harmonies of #D69525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69525

Black with #D69525

Text Example


Text Example

White with #D69525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69525; }

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

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

background-color css

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

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

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

border-color css

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

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

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