Html Css Color HEX #D69822 Buttercup

📋 copy color: '#D69822'

red 214 ◦ green 152 ◦ blue 34

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

Shades of Buttercup #D69822

Tints of Buttercup #D69822

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38%

 BLUE value IS 34 (13.67% from 255) = 8.5%

R = 53.5%
G = 38%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D69822 (or 0xD69822) is known color: Buttercup. HEX triplet: D6, 98 and 22. RGB value is (214,152,34). Sum of RGB (Red+Green+Blue) = 214+152+34=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D69822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69822 is #2967DD. Grayscale: #9D9D9D. Windows color (decimal): -2713566 or 2267350. OLE color: 2267350.

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

Color convert

RGB 214 152 34 -
CMYK 0 0.29 0.84 0.16
HSL 39.33º 0.73% 0.49% -
HSV(B) 39.33º 0.84% 0.84% -
XYZ 39.25 36.87 6.56 -
YUV 157.09 58.54 168.59 -
System Red Green Blue C M Y K H S L
Decimal 214 152 34 0 0.29 0.84 0.16 39.33 0.73 0.49
Hex D6 98 22 0 1D 54 10 27 49 31
Octal 326 230 42 0 35 124 20 47 111 61
Binary 11010110 10011000 100010 0 11101 1010100 10000 100111 1001001 110001

Color Harmonies of #D69822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69822

Black with #D69822

Text Example


Text Example

White with #D69822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69822; }

 p { color: rgb(214,152,34); }

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

background-color css

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

 a { background-color: rgb(214,152,34); }

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

border-color css

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

 span { border-color: rgb(214,152,34); }

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