Html Css Color HEX #CD8F1D Buttercup

📋 copy color: '#CD8F1D'

red 205 ◦ green 143 ◦ blue 29

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

Shades of Buttercup #CD8F1D

Tints of Buttercup #CD8F1D

RGB

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

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

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

R = 54.38%
G = 37.93%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD8F1D (or 0xCD8F1D) is known color: Buttercup. HEX triplet: CD, 8F and 1D. RGB value is (205,143,29). Sum of RGB (Red+Green+Blue) = 205+143+29=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8F1D is #3270E2. Grayscale: #959595. Windows color (decimal): -3305699 or 1937357. OLE color: 1937357.

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

Color convert

RGB 205 143 29 -
CMYK 0 0.30 0.86 0.20
HSL 38.86º 0.75% 0.46% -
HSV(B) 38.86º 0.86% 0.8% -
XYZ 35.22 32.71 5.62 -
YUV 148.54 60.54 168.27 -
System Red Green Blue C M Y K H S L
Decimal 205 143 29 0 0.30 0.86 0.20 38.86 0.75 0.46
Hex CD 8F 1D 0 1E 56 14 27 4B 2E
Octal 315 217 35 0 36 126 24 47 113 56
Binary 11001101 10001111 11101 0 11110 1010110 10100 100111 1001011 101110

Color Harmonies of #CD8F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8F1D

Black with #CD8F1D

Text Example


Text Example

White with #CD8F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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