Html Css Color HEX #CD9F0B Buddha Gold

📋 copy color: '#CD9F0B'

red 205 ◦ green 159 ◦ blue 11

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

Shades of Buddha Gold #CD9F0B

Tints of Buddha Gold #CD9F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 54.67%
G = 42.4%
B = 2.93%

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

#CD9F0B (or 0xCD9F0B) is known color: Buddha Gold. HEX triplet: CD, 9F and 0B. RGB value is (205,159,11). Sum of RGB (Red+Green+Blue) = 205+159+11=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9F0B is #3260F4. Grayscale: #9C9C9C. Windows color (decimal): -3301621 or 761805. OLE color: 761805.

HSL color Cylindrical-coordinate representation of color #CD9F0B: hue angle of 45.77º degrees, saturation: 0.9, 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 #CD9F0B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 159 11 -
CMYK 0 0.22 0.95 0.20
HSL 45.77º 0.9% 0.42% -
HSV(B) 45.77º 0.95% 0.8% -
XYZ 37.64 37.8 5.63 -
YUV 155.88 46.24 163.03 -
System Red Green Blue C M Y K H S L
Decimal 205 159 11 0 0.22 0.95 0.20 45.77 0.9 0.42
Hex CD 9F B 0 16 5F 14 2E 5A 2A
Octal 315 237 13 0 26 137 24 56 132 52
Binary 11001101 10011111 1011 0 10110 1011111 10100 101110 1011010 101010

Color Harmonies of #CD9F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9F0B

Black with #CD9F0B

Text Example


Text Example

White with #CD9F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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