Html Css Color HEX #D68E1B Buttercup

📋 copy color: '#D68E1B'

red 214 ◦ green 142 ◦ blue 27

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

Shades of Buttercup #D68E1B

Tints of Buttercup #D68E1B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.08%

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

R = 55.87%
G = 37.08%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D68E1B (or 0xD68E1B) is known color: Buttercup. HEX triplet: D6, 8E and 1B. RGB value is (214,142,27). Sum of RGB (Red+Green+Blue) = 214+142+27=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E1B is #2971E4. Grayscale: #969696. Windows color (decimal): -2716133 or 1806038. OLE color: 1806038.

HSL color Cylindrical-coordinate representation of color #D68E1B: hue angle of 36.9º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D68E1B is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 142 27 -
CMYK 0 0.34 0.87 0.16
HSL 36.9º 0.78% 0.47% -
HSV(B) 36.9º 0.87% 0.84% -
XYZ 37.6 33.72 5.56 -
YUV 150.42 58.35 173.35 -
System Red Green Blue C M Y K H S L
Decimal 214 142 27 0 0.34 0.87 0.16 36.9 0.78 0.47
Hex D6 8E 1B 0 22 57 10 25 4E 2F
Octal 326 216 33 0 42 127 20 45 116 57
Binary 11010110 10001110 11011 0 100010 1010111 10000 100101 1001110 101111

Color Harmonies of #D68E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E1B

Black with #D68E1B

Text Example


Text Example

White with #D68E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E1B; }

 p { color: rgb(214,142,27); }

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

background-color css

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

 a { background-color: rgb(214,142,27); }

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

border-color css

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

 span { border-color: rgb(214,142,27); }

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