Html Css Color HEX #CD963B Fuel Yellow

📋 copy color: '#CD963B'

red 205 ◦ green 150 ◦ blue 59

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

Shades of Fuel Yellow #CD963B

Tints of Fuel Yellow #CD963B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.23%

 BLUE value IS 59 (23.44% from 255) = 14.25%

R = 49.52%
G = 36.23%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD963B (or 0xCD963B) is known color: Fuel Yellow. HEX triplet: CD, 96 and 3B. RGB value is (205,150,59). Sum of RGB (Red+Green+Blue) = 205+150+59=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD963B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD963B is #3269C4. Grayscale: #9C9C9C. Windows color (decimal): -3303877 or 3905229. OLE color: 3905229.

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

Color convert

RGB 205 150 59 -
CMYK 0 0.27 0.71 0.20
HSL 37.4º 0.59% 0.52% -
HSV(B) 37.4º 0.71% 0.8% -
XYZ 36.87 35.11 8.97 -
YUV 156.07 73.22 162.9 -
System Red Green Blue C M Y K H S L
Decimal 205 150 59 0 0.27 0.71 0.20 37.4 0.59 0.52
Hex CD 96 3B 0 1B 47 14 25 3B 34
Octal 315 226 73 0 33 107 24 45 73 64
Binary 11001101 10010110 111011 0 11011 1000111 10100 100101 111011 110100

Color Harmonies of #CD963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD963B

Black with #CD963B

Text Example


Text Example

White with #CD963B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD963B; }

 p { color: rgb(205,150,59); }

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

background-color css

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

 a { background-color: rgb(205,150,59); }

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

border-color css

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

 span { border-color: rgb(205,150,59); }

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