Html Css Color HEX #CD8F1C Buttercup

📋 copy color: '#CD8F1C'

red 205 ◦ green 143 ◦ blue 28

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

Shades of Buttercup #CD8F1C

Tints of Buttercup #CD8F1C

RGB

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

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

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

R = 54.52%
G = 38.03%
B = 7.45%

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

#CD8F1C (or 0xCD8F1C) is known color: Buttercup. HEX triplet: CD, 8F and 1C. RGB value is (205,143,28). Sum of RGB (Red+Green+Blue) = 205+143+28=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8F1C is #3270E3. Grayscale: #949494. Windows color (decimal): -3305700 or 1871821. OLE color: 1871821.

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

Color convert

RGB 205 143 28 -
CMYK 0 0.30 0.86 0.20
HSL 38.98º 0.76% 0.46% -
HSV(B) 38.98º 0.86% 0.8% -
XYZ 35.21 32.71 5.56 -
YUV 148.43 60.04 168.35 -
System Red Green Blue C M Y K H S L
Decimal 205 143 28 0 0.30 0.86 0.20 38.98 0.76 0.46
Hex CD 8F 1C 0 1E 56 14 27 4C 2E
Octal 315 217 34 0 36 126 24 47 114 56
Binary 11001101 10001111 11100 0 11110 1010110 10100 100111 1001100 101110

Color Harmonies of #CD8F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8F1C

Black with #CD8F1C

Text Example


Text Example

White with #CD8F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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