Html Css Color HEX #CD8D1D Buttercup

📋 copy color: '#CD8D1D'

red 205 ◦ green 141 ◦ blue 29

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

Shades of Buttercup #CD8D1D

Tints of Buttercup #CD8D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.73%

R = 54.67%
G = 37.6%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD8D1D (or 0xCD8D1D) is known color: Buttercup. HEX triplet: CD, 8D and 1D. RGB value is (205,141,29). Sum of RGB (Red+Green+Blue) = 205+141+29=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8D1D is #3272E2. Grayscale: #939393. Windows color (decimal): -3306211 or 1936845. OLE color: 1936845.

HSL color Cylindrical-coordinate representation of color #CD8D1D: hue angle of 38.18º degrees, saturation: 0.75, 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 #CD8D1D is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 141 29 -
CMYK 0 0.31 0.86 0.20
HSL 38.18º 0.75% 0.46% -
HSV(B) 38.18º 0.86% 0.8% -
XYZ 34.92 32.12 5.52 -
YUV 147.37 61.2 169.11 -
System Red Green Blue C M Y K H S L
Decimal 205 141 29 0 0.31 0.86 0.20 38.18 0.75 0.46
Hex CD 8D 1D 0 1F 56 14 26 4B 2E
Octal 315 215 35 0 37 126 24 46 113 56
Binary 11001101 10001101 11101 0 11111 1010110 10100 100110 1001011 101110

Color Harmonies of #CD8D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8D1D

Black with #CD8D1D

Text Example


Text Example

White with #CD8D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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