Html Css Color HEX #D69930 Buttercup

📋 copy color: '#D69930'

red 214 ◦ green 153 ◦ blue 48

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

Shades of Buttercup #D69930

Tints of Buttercup #D69930

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.87%

 BLUE value IS 48 (19.14% from 255) = 11.57%

R = 51.57%
G = 36.87%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D69930 (or 0xD69930) is known color: Buttercup. HEX triplet: D6, 99 and 30. RGB value is (214,153,48). Sum of RGB (Red+Green+Blue) = 214+153+48=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D69930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69930 is #2966CF. Grayscale: #9F9F9F. Windows color (decimal): -2713296 or 3185110. OLE color: 3185110.

HSL color Cylindrical-coordinate representation of color #D69930: hue angle of 37.95º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D69930 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 153 48 -
CMYK 0 0.29 0.78 0.16
HSL 37.95º 0.67% 0.51% -
HSV(B) 37.95º 0.78% 0.84% -
XYZ 39.66 37.29 7.9 -
YUV 159.27 65.21 167.04 -
System Red Green Blue C M Y K H S L
Decimal 214 153 48 0 0.29 0.78 0.16 37.95 0.67 0.51
Hex D6 99 30 0 1D 4E 10 26 43 33
Octal 326 231 60 0 35 116 20 46 103 63
Binary 11010110 10011001 110000 0 11101 1001110 10000 100110 1000011 110011

Color Harmonies of #D69930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69930

Black with #D69930

Text Example


Text Example

White with #D69930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69930; }

 p { color: rgb(214,153,48); }

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

background-color css

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

 a { background-color: rgb(214,153,48); }

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

border-color css

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

 span { border-color: rgb(214,153,48); }

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