Html Css Color HEX #D69B30 Buttercup

📋 copy color: '#D69B30'

red 214 ◦ green 155 ◦ blue 48

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

Shades of Buttercup #D69B30

Tints of Buttercup #D69B30

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.17%

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

R = 51.32%
G = 37.17%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D69B30 (or 0xD69B30) is known color: Buttercup. HEX triplet: D6, 9B and 30. RGB value is (214,155,48). Sum of RGB (Red+Green+Blue) = 214+155+48=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69B30 is #2964CF. Grayscale: #A0A0A0. Windows color (decimal): -2712784 or 3185622. OLE color: 3185622.

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

Color convert

RGB 214 155 48 -
CMYK 0 0.28 0.78 0.16
HSL 38.67º 0.67% 0.51% -
HSV(B) 38.67º 0.78% 0.84% -
XYZ 39.99 37.95 8.01 -
YUV 160.44 64.55 166.2 -
System Red Green Blue C M Y K H S L
Decimal 214 155 48 0 0.28 0.78 0.16 38.67 0.67 0.51
Hex D6 9B 30 0 1C 4E 10 27 43 33
Octal 326 233 60 0 34 116 20 47 103 63
Binary 11010110 10011011 110000 0 11100 1001110 10000 100111 1000011 110011

Color Harmonies of #D69B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69B30

Black with #D69B30

Text Example


Text Example

White with #D69B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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