Html Css Color HEX #D69427 Buttercup

📋 copy color: '#D69427'

red 214 ◦ green 148 ◦ blue 39

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

Shades of Buttercup #D69427

Tints of Buttercup #D69427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.73%

R = 53.37%
G = 36.91%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D69427 (or 0xD69427) is known color: Buttercup. HEX triplet: D6, 94 and 27. RGB value is (214,148,39). Sum of RGB (Red+Green+Blue) = 214+148+39=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 39 (15.62% from 255 or 9.73% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D69427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69427 is #296BD8. Grayscale: #9B9B9B. Windows color (decimal): -2714585 or 2594006. OLE color: 2594006.

HSL color Cylindrical-coordinate representation of color #D69427: hue angle of 37.37º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D69427 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 39 -
CMYK 0 0.31 0.82 0.16
HSL 37.37º 0.69% 0.5% -
HSV(B) 37.37º 0.82% 0.84% -
XYZ 38.69 35.62 6.76 -
YUV 155.31 62.37 169.86 -
System Red Green Blue C M Y K H S L
Decimal 214 148 39 0 0.31 0.82 0.16 37.37 0.69 0.5
Hex D6 94 27 0 1F 52 10 25 45 32
Octal 326 224 47 0 37 122 20 45 105 62
Binary 11010110 10010100 100111 0 11111 1010010 10000 100101 1000101 110010

Color Harmonies of #D69427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69427

Black with #D69427

Text Example


Text Example

White with #D69427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69427; }

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

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

background-color css

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

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

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

border-color css

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

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

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