Html Css Color HEX #CD901F Buttercup

📋 copy color: '#CD901F'

red 205 ◦ green 144 ◦ blue 31

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

Shades of Buttercup #CD901F

Tints of Buttercup #CD901F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.89%

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

R = 53.95%
G = 37.89%
B = 8.16%

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

#CD901F (or 0xCD901F) is known color: Buttercup. HEX triplet: CD, 90 and 1F. RGB value is (205,144,31). Sum of RGB (Red+Green+Blue) = 205+144+31=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD901F is #326FE0. Grayscale: #959595. Windows color (decimal): -3305441 or 2068685. OLE color: 2068685.

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

Color convert

RGB 205 144 31 -
CMYK 0 0.30 0.85 0.20
HSL 38.97º 0.74% 0.46% -
HSV(B) 38.97º 0.85% 0.8% -
XYZ 35.4 33.02 5.81 -
YUV 149.36 61.21 167.69 -
System Red Green Blue C M Y K H S L
Decimal 205 144 31 0 0.30 0.85 0.20 38.97 0.74 0.46
Hex CD 90 1F 0 1E 55 14 27 4A 2E
Octal 315 220 37 0 36 125 24 47 112 56
Binary 11001101 10010000 11111 0 11110 1010101 10100 100111 1001010 101110

Color Harmonies of #CD901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD901F

Black with #CD901F

Text Example


Text Example

White with #CD901F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD901F; }

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

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

background-color css

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

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

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

border-color css

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

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

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