Html Css Color HEX #D69622 Buttercup

📋 copy color: '#D69622'

red 214 ◦ green 150 ◦ blue 34

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

Shades of Buttercup #D69622

Tints of Buttercup #D69622

RGB

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

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

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

R = 53.77%
G = 37.69%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D69622 (or 0xD69622) is known color: Buttercup. HEX triplet: D6, 96 and 22. RGB value is (214,150,34). Sum of RGB (Red+Green+Blue) = 214+150+34=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D69622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69622 is #2969DD. Grayscale: #9C9C9C. Windows color (decimal): -2714078 or 2266838. OLE color: 2266838.

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

Color convert

RGB 214 150 34 -
CMYK 0 0.30 0.84 0.16
HSL 38.67º 0.73% 0.49% -
HSV(B) 38.67º 0.84% 0.84% -
XYZ 38.93 36.22 6.45 -
YUV 155.91 59.2 169.43 -
System Red Green Blue C M Y K H S L
Decimal 214 150 34 0 0.30 0.84 0.16 38.67 0.73 0.49
Hex D6 96 22 0 1E 54 10 27 49 31
Octal 326 226 42 0 36 124 20 47 111 61
Binary 11010110 10010110 100010 0 11110 1010100 10000 100111 1001001 110001

Color Harmonies of #D69622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69622

Black with #D69622

Text Example


Text Example

White with #D69622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69622; }

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

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

background-color css

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

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

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

border-color css

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

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

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