Html Css Color HEX #CB993A Fuel Yellow

📋 copy color: '#CB993A'

red 203 ◦ green 153 ◦ blue 58

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

Shades of Fuel Yellow #CB993A

Tints of Fuel Yellow #CB993A

RGB

 RED value IS 203 (79.69% from 255) = 49.03%

 GREEN value IS 153 (60.16% from 255) = 36.96%

 BLUE value IS 58 (23.05% from 255) = 14.01%

R = 49.03%
G = 36.96%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB993A (or 0xCB993A) is known color: Fuel Yellow. HEX triplet: CB, 99 and 3A. RGB value is (203,153,58). Sum of RGB (Red+Green+Blue) = 203+153+58=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB993A is #3466C5. Grayscale: #9D9D9D. Windows color (decimal): -3434182 or 3840459. OLE color: 3840459.

HSL color Cylindrical-coordinate representation of color #CB993A: hue angle of 39.31º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB993A is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 153 58 -
CMYK 0 0.25 0.71 0.20
HSL 39.31º 0.58% 0.51% -
HSV(B) 39.31º 0.71% 0.8% -
XYZ 36.78 35.78 8.97 -
YUV 157.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 203 153 58 0 0.25 0.71 0.20 39.31 0.58 0.51
Hex CB 99 3A 0 19 47 14 27 3A 33
Octal 313 231 72 0 31 107 24 47 72 63
Binary 11001011 10011001 111010 0 11001 1000111 10100 100111 111010 110011

Color Harmonies of #CB993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB993A

Black with #CB993A

Text Example


Text Example

White with #CB993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB993A; }

 p { color: rgb(203,153,58); }

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

background-color css

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

 a { background-color: rgb(203,153,58); }

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

border-color css

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

 span { border-color: rgb(203,153,58); }

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