Html Css Color HEX #CB992D Fuel Yellow

📋 copy color: '#CB992D'

red 203 ◦ green 153 ◦ blue 45

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

Shades of Fuel Yellow #CB992D

Tints of Fuel Yellow #CB992D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.22%

R = 50.62%
G = 38.15%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB992D (or 0xCB992D) is known color: Fuel Yellow. HEX triplet: CB, 99 and 2D. RGB value is (203,153,45). Sum of RGB (Red+Green+Blue) = 203+153+45=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB992D is #3466D2. Grayscale: #9C9C9C. Windows color (decimal): -3434195 or 2988491. OLE color: 2988491.

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

Color convert

RGB 203 153 45 -
CMYK 0 0.25 0.78 0.20
HSL 41.01º 0.64% 0.49% -
HSV(B) 41.01º 0.78% 0.8% -
XYZ 36.49 35.67 7.44 -
YUV 155.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 203 153 45 0 0.25 0.78 0.20 41.01 0.64 0.49
Hex CB 99 2D 0 19 4E 14 29 40 31
Octal 313 231 55 0 31 116 24 51 100 61
Binary 11001011 10011001 101101 0 11001 1001110 10100 101001 1000000 110001

Color Harmonies of #CB992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB992D

Black with #CB992D

Text Example


Text Example

White with #CB992D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB992D; }

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

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

background-color css

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

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

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

border-color css

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

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

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