Html Css Color HEX #CD8B1F Buttercup

📋 copy color: '#CD8B1F'

red 205 ◦ green 139 ◦ blue 31

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

Shades of Buttercup #CD8B1F

Tints of Buttercup #CD8B1F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.07%

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

R = 54.67%
G = 37.07%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD8B1F (or 0xCD8B1F) is known color: Buttercup. HEX triplet: CD, 8B and 1F. RGB value is (205,139,31). Sum of RGB (Red+Green+Blue) = 205+139+31=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8B1F is #3274E0. Grayscale: #929292. Windows color (decimal): -3306721 or 2067405. OLE color: 2067405.

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

Color convert

RGB 205 139 31 -
CMYK 0 0.32 0.85 0.20
HSL 37.24º 0.74% 0.46% -
HSV(B) 37.24º 0.85% 0.8% -
XYZ 34.66 31.54 5.56 -
YUV 146.42 62.87 169.78 -
System Red Green Blue C M Y K H S L
Decimal 205 139 31 0 0.32 0.85 0.20 37.24 0.74 0.46
Hex CD 8B 1F 0 20 55 14 25 4A 2E
Octal 315 213 37 0 40 125 24 45 112 56
Binary 11001101 10001011 11111 0 100000 1010101 10100 100101 1001010 101110

Color Harmonies of #CD8B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8B1F

Black with #CD8B1F

Text Example


Text Example

White with #CD8B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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