Html Css Color HEX #CF9913 Buddha Gold

📋 copy color: '#CF9913'

red 207 ◦ green 153 ◦ blue 19

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

Shades of Buddha Gold #CF9913

Tints of Buddha Gold #CF9913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.01%

R = 54.62%
G = 40.37%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF9913 (or 0xCF9913) is known color: Buddha Gold. HEX triplet: CF, 99 and 13. RGB value is (207,153,19). Sum of RGB (Red+Green+Blue) = 207+153+19=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9913 is #3066EC. Grayscale: #9A9A9A. Windows color (decimal): -3172077 or 1284559. OLE color: 1284559.

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

Color convert

RGB 207 153 19 -
CMYK 0 0.26 0.91 0.19
HSL 42.77º 0.83% 0.44% -
HSV(B) 42.77º 0.91% 0.81% -
XYZ 37.24 36.09 5.62 -
YUV 153.87 51.89 165.9 -
System Red Green Blue C M Y K H S L
Decimal 207 153 19 0 0.26 0.91 0.19 42.77 0.83 0.44
Hex CF 99 13 0 1A 5B 13 2B 53 2C
Octal 317 231 23 0 32 133 23 53 123 54
Binary 11001111 10011001 10011 0 11010 1011011 10011 101011 1010011 101100

Color Harmonies of #CF9913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9913

Black with #CF9913

Text Example


Text Example

White with #CF9913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9913; }

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

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

background-color css

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

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

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

border-color css

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

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

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