Html Css Color HEX #D69725 Buttercup

📋 copy color: '#D69725'

red 214 ◦ green 151 ◦ blue 37

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

Shades of Buttercup #D69725

Tints of Buttercup #D69725

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.56%

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

R = 53.23%
G = 37.56%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D69725 (or 0xD69725) is known color: Buttercup. HEX triplet: D6, 97 and 25. RGB value is (214,151,37). Sum of RGB (Red+Green+Blue) = 214+151+37=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D69725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69725 is #2968DA. Grayscale: #9D9D9D. Windows color (decimal): -2713819 or 2463702. OLE color: 2463702.

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

Color convert

RGB 214 151 37 -
CMYK 0 0.29 0.83 0.16
HSL 38.64º 0.71% 0.49% -
HSV(B) 38.64º 0.83% 0.84% -
XYZ 39.13 36.56 6.75 -
YUV 156.84 60.37 168.77 -
System Red Green Blue C M Y K H S L
Decimal 214 151 37 0 0.29 0.83 0.16 38.64 0.71 0.49
Hex D6 97 25 0 1D 53 10 27 47 31
Octal 326 227 45 0 35 123 20 47 107 61
Binary 11010110 10010111 100101 0 11101 1010011 10000 100111 1000111 110001

Color Harmonies of #D69725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69725

Black with #D69725

Text Example


Text Example

White with #D69725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69725; }

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

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

background-color css

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

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

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

border-color css

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

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

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