Html Css Color HEX #D69619 Buttercup

📋 copy color: '#D69619'

red 214 ◦ green 150 ◦ blue 25

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

Shades of Buttercup #D69619

Tints of Buttercup #D69619

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.56%

 BLUE value IS 25 (10.16% from 255) = 6.43%

R = 55.01%
G = 38.56%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D69619 (or 0xD69619) is known color: Buttercup. HEX triplet: D6, 96 and 19. RGB value is (214,150,25). Sum of RGB (Red+Green+Blue) = 214+150+25=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D69619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69619 is #2969E6. Grayscale: #9B9B9B. Windows color (decimal): -2714087 or 1677014. OLE color: 1677014.

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

Color convert

RGB 214 150 25 -
CMYK 0 0.30 0.88 0.16
HSL 39.68º 0.79% 0.47% -
HSV(B) 39.68º 0.88% 0.84% -
XYZ 38.81 36.18 5.86 -
YUV 154.89 54.7 170.16 -
System Red Green Blue C M Y K H S L
Decimal 214 150 25 0 0.30 0.88 0.16 39.68 0.79 0.47
Hex D6 96 19 0 1E 58 10 28 4F 2F
Octal 326 226 31 0 36 130 20 50 117 57
Binary 11010110 10010110 11001 0 11110 1011000 10000 101000 1001111 101111

Color Harmonies of #D69619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69619

Black with #D69619

Text Example


Text Example

White with #D69619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69619; }

 p { color: rgb(214,150,25); }

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

background-color css

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

 a { background-color: rgb(214,150,25); }

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

border-color css

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

 span { border-color: rgb(214,150,25); }

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