Html Css Color HEX #CDA10B Buddha Gold

📋 copy color: '#CDA10B'

red 205 ◦ green 161 ◦ blue 11

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

Shades of Buddha Gold #CDA10B

Tints of Buddha Gold #CDA10B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.71%

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

R = 54.38%
G = 42.71%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CDA10B (or 0xCDA10B) is known color: Buddha Gold. HEX triplet: CD, A1 and 0B. RGB value is (205,161,11). Sum of RGB (Red+Green+Blue) = 205+161+11=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA10B is #325EF4. Grayscale: #9D9D9D. Windows color (decimal): -3301109 or 762317. OLE color: 762317.

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

Color convert

RGB 205 161 11 -
CMYK 0 0.21 0.95 0.20
HSL 46.39º 0.9% 0.42% -
HSV(B) 46.39º 0.95% 0.8% -
XYZ 37.98 38.49 5.74 -
YUV 157.06 45.58 162.2 -
System Red Green Blue C M Y K H S L
Decimal 205 161 11 0 0.21 0.95 0.20 46.39 0.9 0.42
Hex CD A1 B 0 15 5F 14 2E 5A 2A
Octal 315 241 13 0 25 137 24 56 132 52
Binary 11001101 10100001 1011 0 10101 1011111 10100 101110 1011010 101010

Color Harmonies of #CDA10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA10B

Black with #CDA10B

Text Example


Text Example

White with #CDA10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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