Html Css Color HEX #CD9F0A Buddha Gold

📋 copy color: '#CD9F0A'

red 205 ◦ green 159 ◦ blue 10

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

Shades of Buddha Gold #CD9F0A

Tints of Buddha Gold #CD9F0A

RGB

 RED value IS 205 (80.47% from 255) = 54.81%

 GREEN value IS 159 (62.5% from 255) = 42.51%

 BLUE value IS 10 (4.3% from 255) = 2.67%

R = 54.81%
G = 42.51%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD9F0A (or 0xCD9F0A) is known color: Buddha Gold. HEX triplet: CD, 9F and 0A. RGB value is (205,159,10). Sum of RGB (Red+Green+Blue) = 205+159+10=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9F0A is #3260F5. Grayscale: #9C9C9C. Windows color (decimal): -3301622 or 696269. OLE color: 696269.

HSL color Cylindrical-coordinate representation of color #CD9F0A: hue angle of 45.85º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD9F0A is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 159 10 -
CMYK 0 0.22 0.95 0.20
HSL 45.85º 0.91% 0.42% -
HSV(B) 45.85º 0.95% 0.8% -
XYZ 37.63 37.8 5.6 -
YUV 155.77 45.74 163.12 -
System Red Green Blue C M Y K H S L
Decimal 205 159 10 0 0.22 0.95 0.20 45.85 0.91 0.42
Hex CD 9F A 0 16 5F 14 2E 5B 2A
Octal 315 237 12 0 26 137 24 56 133 52
Binary 11001101 10011111 1010 0 10110 1011111 10100 101110 1011011 101010

Color Harmonies of #CD9F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9F0A

Black with #CD9F0A

Text Example


Text Example

White with #CD9F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9F0A; }

 p { color: rgb(205,159,10); }

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

background-color css

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

 a { background-color: rgb(205,159,10); }

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

border-color css

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

 span { border-color: rgb(205,159,10); }

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