Html Css Color HEX #CB991E Buddha Gold

📋 copy color: '#CB991E'

red 203 ◦ green 153 ◦ blue 30

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

Shades of Buddha Gold #CB991E

Tints of Buddha Gold #CB991E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.77%

R = 52.59%
G = 39.64%
B = 7.77%

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

#CB991E (or 0xCB991E) is known color: Buddha Gold. HEX triplet: CB, 99 and 1E. RGB value is (203,153,30). Sum of RGB (Red+Green+Blue) = 203+153+30=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB991E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB991E is #3466E1. Grayscale: #9A9A9A. Windows color (decimal): -3434210 or 2005451. OLE color: 2005451.

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

Color convert

RGB 203 153 30 -
CMYK 0 0.25 0.85 0.20
HSL 42.66º 0.74% 0.46% -
HSV(B) 42.66º 0.85% 0.8% -
XYZ 36.25 35.57 6.18 -
YUV 153.93 58.07 163 -
System Red Green Blue C M Y K H S L
Decimal 203 153 30 0 0.25 0.85 0.20 42.66 0.74 0.46
Hex CB 99 1E 0 19 55 14 2B 4A 2E
Octal 313 231 36 0 31 125 24 53 112 56
Binary 11001011 10011001 11110 0 11001 1010101 10100 101011 1001010 101110

Color Harmonies of #CB991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB991E

Black with #CB991E

Text Example


Text Example

White with #CB991E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB991E; }

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

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

background-color css

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

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

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

border-color css

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

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

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