Html Css Color HEX #D69425 Buttercup

📋 copy color: '#D69425'

red 214 ◦ green 148 ◦ blue 37

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

Shades of Buttercup #D69425

Tints of Buttercup #D69425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

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

R = 53.63%
G = 37.09%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D69425 (or 0xD69425) is known color: Buttercup. HEX triplet: D6, 94 and 25. RGB value is (214,148,37). Sum of RGB (Red+Green+Blue) = 214+148+37=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 37 (14.84% from 255 or 9.27% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D69425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69425 is #296BDA. Grayscale: #9B9B9B. Windows color (decimal): -2714587 or 2462934. OLE color: 2462934.

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

Color convert

RGB 214 148 37 -
CMYK 0 0.31 0.83 0.16
HSL 37.63º 0.71% 0.49% -
HSV(B) 37.63º 0.83% 0.84% -
XYZ 38.66 35.61 6.59 -
YUV 155.08 61.37 170.03 -
System Red Green Blue C M Y K H S L
Decimal 214 148 37 0 0.31 0.83 0.16 37.63 0.71 0.49
Hex D6 94 25 0 1F 53 10 26 47 31
Octal 326 224 45 0 37 123 20 46 107 61
Binary 11010110 10010100 100101 0 11111 1010011 10000 100110 1000111 110001

Color Harmonies of #D69425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69425

Black with #D69425

Text Example


Text Example

White with #D69425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69425; }

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

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

background-color css

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

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

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

border-color css

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

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

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