Html Css Color HEX #CF9916 Buddha Gold

📋 copy color: '#CF9916'

red 207 ◦ green 153 ◦ blue 22

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

Shades of Buddha Gold #CF9916

Tints of Buddha Gold #CF9916

RGB

 RED value IS 207 (81.25% from 255) = 54.19%

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

 BLUE value IS 22 (8.98% from 255) = 5.76%

R = 54.19%
G = 40.05%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF9916 (or 0xCF9916) is known color: Buddha Gold. HEX triplet: CF, 99 and 16. RGB value is (207,153,22). Sum of RGB (Red+Green+Blue) = 207+153+22=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9916 is #3066E9. Grayscale: #9A9A9A. Windows color (decimal): -3172074 or 1481167. OLE color: 1481167.

HSL color Cylindrical-coordinate representation of color #CF9916: hue angle of 42.49º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF9916 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 153 22 -
CMYK 0 0.26 0.89 0.19
HSL 42.49º 0.81% 0.45% -
HSV(B) 42.49º 0.89% 0.81% -
XYZ 37.27 36.11 5.76 -
YUV 154.21 53.39 165.65 -
System Red Green Blue C M Y K H S L
Decimal 207 153 22 0 0.26 0.89 0.19 42.49 0.81 0.45
Hex CF 99 16 0 1A 59 13 2A 51 2D
Octal 317 231 26 0 32 131 23 52 121 55
Binary 11001111 10011001 10110 0 11010 1011001 10011 101010 1010001 101101

Color Harmonies of #CF9916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9916

Black with #CF9916

Text Example


Text Example

White with #CF9916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9916; }

 p { color: rgb(207,153,22); }

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

background-color css

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

 a { background-color: rgb(207,153,22); }

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

border-color css

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

 span { border-color: rgb(207,153,22); }

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