Html Css Color HEX #CB991F Buddha Gold

📋 copy color: '#CB991F'

red 203 ◦ green 153 ◦ blue 31

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

Shades of Buddha Gold #CB991F

Tints of Buddha Gold #CB991F

RGB

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

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

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

R = 52.45%
G = 39.53%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB991F (or 0xCB991F) is known color: Buddha Gold. HEX triplet: CB, 99 and 1F. RGB value is (203,153,31). Sum of RGB (Red+Green+Blue) = 203+153+31=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB991F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB991F is #3466E0. Grayscale: #9A9A9A. Windows color (decimal): -3434209 or 2070987. OLE color: 2070987.

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

Color convert

RGB 203 153 31 -
CMYK 0 0.25 0.85 0.20
HSL 42.56º 0.74% 0.46% -
HSV(B) 42.56º 0.85% 0.8% -
XYZ 36.27 35.58 6.25 -
YUV 154.04 58.57 162.92 -
System Red Green Blue C M Y K H S L
Decimal 203 153 31 0 0.25 0.85 0.20 42.56 0.74 0.46
Hex CB 99 1F 0 19 55 14 2B 4A 2E
Octal 313 231 37 0 31 125 24 53 112 56
Binary 11001011 10011001 11111 0 11001 1010101 10100 101011 1001010 101110

Color Harmonies of #CB991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB991F

Black with #CB991F

Text Example


Text Example

White with #CB991F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB991F; }

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

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

background-color css

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

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

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

border-color css

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

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

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