Html Css Color HEX #CD8F19 Buttercup

📋 copy color: '#CD8F19'

red 205 ◦ green 143 ◦ blue 25

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

Shades of Buttercup #CD8F19

Tints of Buttercup #CD8F19

RGB

 RED value IS 205 (80.47% from 255) = 54.96%

 GREEN value IS 143 (56.25% from 255) = 38.34%

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

R = 54.96%
G = 38.34%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD8F19 (or 0xCD8F19) is known color: Buttercup. HEX triplet: CD, 8F and 19. RGB value is (205,143,25). Sum of RGB (Red+Green+Blue) = 205+143+25=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8F19 is #3270E6. Grayscale: #949494. Windows color (decimal): -3305703 or 1675213. OLE color: 1675213.

HSL color Cylindrical-coordinate representation of color #CD8F19: hue angle of 39.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD8F19 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 143 25 -
CMYK 0 0.30 0.88 0.20
HSL 39.33º 0.78% 0.45% -
HSV(B) 39.33º 0.88% 0.8% -
XYZ 35.17 32.69 5.38 -
YUV 148.09 58.54 168.59 -
System Red Green Blue C M Y K H S L
Decimal 205 143 25 0 0.30 0.88 0.20 39.33 0.78 0.45
Hex CD 8F 19 0 1E 58 14 27 4E 2D
Octal 315 217 31 0 36 130 24 47 116 55
Binary 11001101 10001111 11001 0 11110 1011000 10100 100111 1001110 101101

Color Harmonies of #CD8F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8F19

Black with #CD8F19

Text Example


Text Example

White with #CD8F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8F19; }

 p { color: rgb(205,143,25); }

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

background-color css

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

 a { background-color: rgb(205,143,25); }

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

border-color css

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

 span { border-color: rgb(205,143,25); }

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