Html Css Color HEX #D69630 Buttercup

📋 copy color: '#D69630'

red 214 ◦ green 150 ◦ blue 48

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

Shades of Buttercup #D69630

Tints of Buttercup #D69630

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.41%

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

R = 51.94%
G = 36.41%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D69630 (or 0xD69630) is known color: Buttercup. HEX triplet: D6, 96 and 30. RGB value is (214,150,48). Sum of RGB (Red+Green+Blue) = 214+150+48=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D69630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69630 is #2969CF. Grayscale: #9D9D9D. Windows color (decimal): -2714064 or 3184342. OLE color: 3184342.

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

Color convert

RGB 214 150 48 -
CMYK 0 0.30 0.78 0.16
HSL 36.87º 0.67% 0.51% -
HSV(B) 36.87º 0.78% 0.84% -
XYZ 39.17 36.32 7.74 -
YUV 157.51 66.2 168.29 -
System Red Green Blue C M Y K H S L
Decimal 214 150 48 0 0.30 0.78 0.16 36.87 0.67 0.51
Hex D6 96 30 0 1E 4E 10 25 43 33
Octal 326 226 60 0 36 116 20 45 103 63
Binary 11010110 10010110 110000 0 11110 1001110 10000 100101 1000011 110011

Color Harmonies of #D69630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69630

Black with #D69630

Text Example


Text Example

White with #D69630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69630; }

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

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

background-color css

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

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

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

border-color css

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

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

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