Html Css Color HEX #D09422 Buttercup

📋 copy color: '#D09422'

red 208 ◦ green 148 ◦ blue 34

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

Shades of Buttercup #D09422

Tints of Buttercup #D09422

RGB

 RED value IS 208 (81.64% from 255) = 53.33%

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 53.33%
G = 37.95%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D09422 (or 0xD09422) is known color: Buttercup. HEX triplet: D0, 94 and 22. RGB value is (208,148,34). Sum of RGB (Red+Green+Blue) = 208+148+34=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D09422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09422 is #2F6BDD. Grayscale: #999999. Windows color (decimal): -3107806 or 2266320. OLE color: 2266320.

HSL color Cylindrical-coordinate representation of color #D09422: hue angle of 39.31º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D09422 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 148 34 -
CMYK 0 0.29 0.84 0.18
HSL 39.31º 0.72% 0.47% -
HSV(B) 39.31º 0.84% 0.82% -
XYZ 36.89 34.71 6.27 -
YUV 152.94 60.88 167.27 -
System Red Green Blue C M Y K H S L
Decimal 208 148 34 0 0.29 0.84 0.18 39.31 0.72 0.47
Hex D0 94 22 0 1D 54 12 27 48 2F
Octal 320 224 42 0 35 124 22 47 110 57
Binary 11010000 10010100 100010 0 11101 1010100 10010 100111 1001000 101111

Color Harmonies of #D09422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09422

Black with #D09422

Text Example


Text Example

White with #D09422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09422; }

 p { color: rgb(208,148,34); }

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

background-color css

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

 a { background-color: rgb(208,148,34); }

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

border-color css

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

 span { border-color: rgb(208,148,34); }

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