Html Css Color HEX #CD8F1E Buttercup

📋 copy color: '#CD8F1E'

red 205 ◦ green 143 ◦ blue 30

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

Shades of Buttercup #CD8F1E

Tints of Buttercup #CD8F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.94%

R = 54.23%
G = 37.83%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD8F1E (or 0xCD8F1E) is known color: Buttercup. HEX triplet: CD, 8F and 1E. RGB value is (205,143,30). Sum of RGB (Red+Green+Blue) = 205+143+30=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8F1E is #3270E1. Grayscale: #959595. Windows color (decimal): -3305698 or 2002893. OLE color: 2002893.

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

Color convert

RGB 205 143 30 -
CMYK 0 0.30 0.85 0.20
HSL 38.74º 0.74% 0.46% -
HSV(B) 38.74º 0.85% 0.8% -
XYZ 35.23 32.72 5.69 -
YUV 148.66 61.04 168.19 -
System Red Green Blue C M Y K H S L
Decimal 205 143 30 0 0.30 0.85 0.20 38.74 0.74 0.46
Hex CD 8F 1E 0 1E 55 14 27 4A 2E
Octal 315 217 36 0 36 125 24 47 112 56
Binary 11001101 10001111 11110 0 11110 1010101 10100 100111 1001010 101110

Color Harmonies of #CD8F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8F1E

Black with #CD8F1E

Text Example


Text Example

White with #CD8F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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