Html Css Color HEX #DA8A1B Buttercup

📋 copy color: '#DA8A1B'

red 218 ◦ green 138 ◦ blue 27

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

Shades of Buttercup #DA8A1B

Tints of Buttercup #DA8A1B

RGB

 RED value IS 218 (85.55% from 255) = 56.92%

 GREEN value IS 138 (54.3% from 255) = 36.03%

 BLUE value IS 27 (10.94% from 255) = 7.05%

R = 56.92%
G = 36.03%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA8A1B (or 0xDA8A1B) is known color: Buttercup. HEX triplet: DA, 8A and 1B. RGB value is (218,138,27). Sum of RGB (Red+Green+Blue) = 218+138+27=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A1B is #2575E4. Grayscale: #959595. Windows color (decimal): -2455013 or 1805018. OLE color: 1805018.

HSL color Cylindrical-coordinate representation of color #DA8A1B: hue angle of 34.87º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA8A1B is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 138 27 -
CMYK 0 0.37 0.88 0.15
HSL 34.87º 0.78% 0.48% -
HSV(B) 34.87º 0.88% 0.85% -
XYZ 38.2 33.16 5.42 -
YUV 149.27 59 177.03 -
System Red Green Blue C M Y K H S L
Decimal 218 138 27 0 0.37 0.88 0.15 34.87 0.78 0.48
Hex DA 8A 1B 0 25 58 F 23 4E 30
Octal 332 212 33 0 45 130 17 43 116 60
Binary 11011010 10001010 11011 0 100101 1011000 1111 100011 1001110 110000

Color Harmonies of #DA8A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A1B

Black with #DA8A1B

Text Example


Text Example

White with #DA8A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A1B; }

 p { color: rgb(218,138,27); }

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

background-color css

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

 a { background-color: rgb(218,138,27); }

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

border-color css

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

 span { border-color: rgb(218,138,27); }

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