Html Css Color HEX #CD8C1C Buttercup

📋 copy color: '#CD8C1C'

red 205 ◦ green 140 ◦ blue 28

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

Shades of Buttercup #CD8C1C

Tints of Buttercup #CD8C1C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.53%

 BLUE value IS 28 (11.33% from 255) = 7.51%

R = 54.96%
G = 37.53%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD8C1C (or 0xCD8C1C) is known color: Buttercup. HEX triplet: CD, 8C and 1C. RGB value is (205,140,28). Sum of RGB (Red+Green+Blue) = 205+140+28=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8C1C is #3273E3. Grayscale: #939393. Windows color (decimal): -3306468 or 1871053. OLE color: 1871053.

HSL color Cylindrical-coordinate representation of color #CD8C1C: hue angle of 37.97º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD8C1C is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 140 28 -
CMYK 0 0.32 0.86 0.20
HSL 37.97º 0.76% 0.46% -
HSV(B) 37.97º 0.86% 0.8% -
XYZ 34.76 31.82 5.41 -
YUV 146.67 61.03 169.61 -
System Red Green Blue C M Y K H S L
Decimal 205 140 28 0 0.32 0.86 0.20 37.97 0.76 0.46
Hex CD 8C 1C 0 20 56 14 26 4C 2E
Octal 315 214 34 0 40 126 24 46 114 56
Binary 11001101 10001100 11100 0 100000 1010110 10100 100110 1001100 101110

Color Harmonies of #CD8C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C1C

Black with #CD8C1C

Text Example


Text Example

White with #CD8C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C1C; }

 p { color: rgb(205,140,28); }

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

background-color css

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

 a { background-color: rgb(205,140,28); }

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

border-color css

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

 span { border-color: rgb(205,140,28); }

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