Html Css Color HEX #CDA50B Buddha Gold

📋 copy color: '#CDA50B'

red 205 ◦ green 165 ◦ blue 11

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

Shades of Buddha Gold #CDA50B

Tints of Buddha Gold #CDA50B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.31%

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

R = 53.81%
G = 43.31%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CDA50B (or 0xCDA50B) is known color: Buddha Gold. HEX triplet: CD, A5 and 0B. RGB value is (205,165,11). Sum of RGB (Red+Green+Blue) = 205+165+11=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA50B is #325AF4. Grayscale: #A0A0A0. Windows color (decimal): -3300085 or 763341. OLE color: 763341.

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

Color convert

RGB 205 165 11 -
CMYK 0 0.20 0.95 0.20
HSL 47.63º 0.9% 0.42% -
HSV(B) 47.63º 0.95% 0.8% -
XYZ 38.69 39.91 5.98 -
YUV 159.4 44.25 160.52 -
System Red Green Blue C M Y K H S L
Decimal 205 165 11 0 0.20 0.95 0.20 47.63 0.9 0.42
Hex CD A5 B 0 14 5F 14 30 5A 2A
Octal 315 245 13 0 24 137 24 60 132 52
Binary 11001101 10100101 1011 0 10100 1011111 10100 110000 1011010 101010

Color Harmonies of #CDA50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA50B

Black with #CDA50B

Text Example


Text Example

White with #CDA50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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