Html Css Color HEX #D6902B Buttercup

📋 copy color: '#D6902B'

red 214 ◦ green 144 ◦ blue 43

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

Shades of Buttercup #D6902B

Tints of Buttercup #D6902B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.72%

R = 53.37%
G = 35.91%
B = 10.72%

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

#D6902B (or 0xD6902B) is known color: Buttercup. HEX triplet: D6, 90 and 2B. RGB value is (214,144,43). Sum of RGB (Red+Green+Blue) = 214+144+43=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D6902B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6902B is #296FD4. Grayscale: #999999. Windows color (decimal): -2715605 or 2855126. OLE color: 2855126.

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

Color convert

RGB 214 144 43 -
CMYK 0 0.33 0.80 0.16
HSL 35.44º 0.68% 0.5% -
HSV(B) 35.44º 0.8% 0.84% -
XYZ 38.14 34.42 6.92 -
YUV 153.42 65.69 171.21 -
System Red Green Blue C M Y K H S L
Decimal 214 144 43 0 0.33 0.80 0.16 35.44 0.68 0.5
Hex D6 90 2B 0 21 50 10 23 44 32
Octal 326 220 53 0 41 120 20 43 104 62
Binary 11010110 10010000 101011 0 100001 1010000 10000 100011 1000100 110010

Color Harmonies of #D6902B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6902B

Black with #D6902B

Text Example


Text Example

White with #D6902B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6902B; }

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

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

background-color css

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

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

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

border-color css

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

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

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