Html Css Color HEX #CB9714 Buddha Gold

📋 copy color: '#CB9714'

red 203 ◦ green 151 ◦ blue 20

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

Shades of Buddha Gold #CB9714

Tints of Buddha Gold #CB9714

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.37%

 BLUE value IS 20 (8.2% from 255) = 5.35%

R = 54.28%
G = 40.37%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB9714 (or 0xCB9714) is known color: Buddha Gold. HEX triplet: CB, 97 and 14. RGB value is (203,151,20). Sum of RGB (Red+Green+Blue) = 203+151+20=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9714 is #3468EB. Grayscale: #989898. Windows color (decimal): -3434732 or 1349579. OLE color: 1349579.

HSL color Cylindrical-coordinate representation of color #CB9714: hue angle of 42.95º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB9714 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 151 20 -
CMYK 0 0.26 0.90 0.20
HSL 42.95º 0.82% 0.44% -
HSV(B) 42.95º 0.9% 0.8% -
XYZ 35.82 34.88 5.51 -
YUV 151.61 53.73 164.65 -
System Red Green Blue C M Y K H S L
Decimal 203 151 20 0 0.26 0.90 0.20 42.95 0.82 0.44
Hex CB 97 14 0 1A 5A 14 2B 52 2C
Octal 313 227 24 0 32 132 24 53 122 54
Binary 11001011 10010111 10100 0 11010 1011010 10100 101011 1010010 101100

Color Harmonies of #CB9714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9714

Black with #CB9714

Text Example


Text Example

White with #CB9714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9714; }

 p { color: rgb(203,151,20); }

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

background-color css

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

 a { background-color: rgb(203,151,20); }

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

border-color css

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

 span { border-color: rgb(203,151,20); }

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