Html Css Color HEX #CD8D1F Buttercup

📋 copy color: '#CD8D1F'

red 205 ◦ green 141 ◦ blue 31

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

Shades of Buttercup #CD8D1F

Tints of Buttercup #CD8D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

 BLUE value IS 31 (12.5% from 255) = 8.22%

R = 54.38%
G = 37.4%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD8D1F (or 0xCD8D1F) is known color: Buttercup. HEX triplet: CD, 8D and 1F. RGB value is (205,141,31). Sum of RGB (Red+Green+Blue) = 205+141+31=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8D1F is #3272E0. Grayscale: #949494. Windows color (decimal): -3306209 or 2067917. OLE color: 2067917.

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

Color convert

RGB 205 141 31 -
CMYK 0 0.31 0.85 0.20
HSL 37.93º 0.74% 0.46% -
HSV(B) 37.93º 0.85% 0.8% -
XYZ 34.95 32.13 5.66 -
YUV 147.6 62.2 168.94 -
System Red Green Blue C M Y K H S L
Decimal 205 141 31 0 0.31 0.85 0.20 37.93 0.74 0.46
Hex CD 8D 1F 0 1F 55 14 26 4A 2E
Octal 315 215 37 0 37 125 24 46 112 56
Binary 11001101 10001101 11111 0 11111 1010101 10100 100110 1001010 101110

Color Harmonies of #CD8D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8D1F

Black with #CD8D1F

Text Example


Text Example

White with #CD8D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8D1F; }

 p { color: rgb(205,141,31); }

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

background-color css

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

 a { background-color: rgb(205,141,31); }

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

border-color css

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

 span { border-color: rgb(205,141,31); }

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