Html Css Color HEX #CD8B31 Fuel Yellow

📋 copy color: '#CD8B31'

red 205 ◦ green 139 ◦ blue 49

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

Shades of Fuel Yellow #CD8B31

Tints of Fuel Yellow #CD8B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.47%

R = 52.16%
G = 35.37%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CD8B31 (or 0xCD8B31) is known color: Fuel Yellow. HEX triplet: CD, 8B and 31. RGB value is (205,139,49). Sum of RGB (Red+Green+Blue) = 205+139+49=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8B31 is #3274CE. Grayscale: #949494. Windows color (decimal): -3306703 or 3247053. OLE color: 3247053.

HSL color Cylindrical-coordinate representation of color #CD8B31: hue angle of 34.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD8B31 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 139 49 -
CMYK 0 0.32 0.76 0.20
HSL 34.62º 0.61% 0.5% -
HSV(B) 34.62º 0.76% 0.8% -
XYZ 34.96 31.67 7.18 -
YUV 148.47 71.87 168.32 -
System Red Green Blue C M Y K H S L
Decimal 205 139 49 0 0.32 0.76 0.20 34.62 0.61 0.5
Hex CD 8B 31 0 20 4C 14 23 3D 32
Octal 315 213 61 0 40 114 24 43 75 62
Binary 11001101 10001011 110001 0 100000 1001100 10100 100011 111101 110010

Color Harmonies of #CD8B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8B31

Black with #CD8B31

Text Example


Text Example

White with #CD8B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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