Html Css Color HEX #D6902A Buttercup

📋 copy color: '#D6902A'

red 214 ◦ green 144 ◦ blue 42

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

Shades of Buttercup #D6902A

Tints of Buttercup #D6902A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36%

 BLUE value IS 42 (16.8% from 255) = 10.5%

R = 53.5%
G = 36%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6902A (or 0xD6902A) is known color: Buttercup. HEX triplet: D6, 90 and 2A. RGB value is (214,144,42). Sum of RGB (Red+Green+Blue) = 214+144+42=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D6902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6902A is #296FD5. Grayscale: #999999. Windows color (decimal): -2715606 or 2789590. OLE color: 2789590.

HSL color Cylindrical-coordinate representation of color #D6902A: hue angle of 35.58º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6902A is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 144 42 -
CMYK 0 0.33 0.80 0.16
HSL 35.58º 0.68% 0.5% -
HSV(B) 35.58º 0.8% 0.84% -
XYZ 38.12 34.41 6.82 -
YUV 153.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 214 144 42 0 0.33 0.80 0.16 35.58 0.68 0.5
Hex D6 90 2A 0 21 50 10 24 44 32
Octal 326 220 52 0 41 120 20 44 104 62
Binary 11010110 10010000 101010 0 100001 1010000 10000 100100 1000100 110010

Color Harmonies of #D6902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6902A

Black with #D6902A

Text Example


Text Example

White with #D6902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6902A; }

 p { color: rgb(214,144,42); }

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

background-color css

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

 a { background-color: rgb(214,144,42); }

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

border-color css

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

 span { border-color: rgb(214,144,42); }

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